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();
Incremented version number. Pool usage now uses a try/finally block to ensure that Jedis is returned to the pool.
linked ReleaseNotes, some cosmetics
created Release Note
split into basic and advanced usage. some more example code