1. Deleting multiple items from a Redis hash, based on a certain value stackoverflow.comWhat is the most efficient way to delete a bunch of items from a hash, based on whether an item's value contains a specific substring or not? As far as I ... |
2. Using jedis with spring, but not with spring-data lib, where to store pool? stackoverflow.comIn the jedis docs it says to create a pool: JedisPool pool = new JedisPool(new JedisPoolConfig(), "localhost"); And that I should be storing this statically somewhere. I know spring has a spring-data library that ... |
3. GemFire or Redis forum.springsource.orgI'm trying to define a clear distinction between the feature set and capabilities of GemFire and Redis. Both are being supported by Spring, GemFire perhaps more. I don't have any experience ... |