The RedisOperations interface declares all returning types as objects. That is not very useful. For example I want to use the zrem method. Now I have to check that the resulting Boolean is not null. It would be better to keep this inside the library and do not complicate the client code with redundnt checks.
The RedisOperations interface declares all returning types as objects. That is not very useful. For example I want to use the zrem method. Now I have to check that the resulting Boolean is not null. It would be better to keep this inside the library and do not complicate the client code with redundnt checks.