We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fixed spelling mistake
outsourced advanced usage, renamed last section to Links; listified it
updating getting started index( master / slave section)
making the wiki an index of separate outsourced wikis. Getting Started
added some refs
removed old syntax of transactions and pipeline
Updated Welcome to the jedis wiki! (markdown)
further explanations for UnifiedJedis
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 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.
add small example of how to use JedisMonitor
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();