We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated Welcome to the jedis wiki! (markdown)
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)
Updated version for mvn download. Updated Welcome to the jedis wiki! (markdown)
Updated the mvn config to latest available version. Updated Welcome to the jedis wiki! (markdown)
Added some pubsub documentation from the mailing list discussion Updated Welcome to the jedis wiki! (markdown)
added pipelining section Updated Welcome to the jedis wiki! (markdown)
added keytags Updated Welcome to the jedis wiki! (markdown)
Updated jedis usage in multithreaded environment Updated Welcome to the jedis wiki! (markdown)
Changed subtitles Updated Welcome to the jedis wiki! (markdown)
Added Installing Jedis Updated Home (textile => markdown)
Migrated from home v1
Initial Commit