We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added RoundRobin and UnifiedJedis, minor changes to ShardedJedis
minor changes regarding Jedis threadsafety and Pooling
added note on Redis Cluster in shardedJedis
minor changes in sharded compromise
cleanup in sharded jedis. add mixed approach
put some secondary stuff under misc, and moved it to the end
minor changes to shardedJedis
added getShardInfo, minor changes to shardedJedis
added ShardedJedis
Fix typo in month
Fix indentation and fence xml code block
typo fix
small typos/formatting
update to 2.0.0, include mention of JedisPoolConfig instead of the generic commons pool config, remove note about Commons dep since the pom.xml has it
reformulated the transaction section. minor changes.
Updated Release Notes (markdown)
add small example of how to use JedisMonitor
Updated Welcome to the jedis wiki! (markdown)
Updated Frequently Asked Questions (markdown)
Created Frequently Asked Questions (markdown)
added Note on Redis master/slave distribution. moved binary/string note down.
added some info about Strings vs byte[]
change order of sections in advanced. correction in new pipeline section: p.sync() instead of p.exec();