We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Updated Welcome to the jedis wiki! (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();
Incremented version number. Pool usage now uses a try/finally block to ensure that Jedis is returned to the pool.
linked ReleaseNotes, some cosmetics
split into basic and advanced usage. some more example code
Added: You should also take the time to adjust the Config() settings to your use case. By default, Jedis will close a connection after 300 seconds if it has not been returned. W Updated Welcome to the jedis wiki! (markdown)
Added additional pool / pipeline code examples for jedis 1.5 Updated Welcome to the jedis wiki! (markdown)