Skip to content

History / Home

Revisions

  • put some secondary stuff under misc, and moved it to the end

    @ib84 ib84 committed Jul 8, 2011
  • minor changes to shardedJedis

    @ib84 ib84 committed Jun 30, 2011
  • added getShardInfo, minor changes to shardedJedis

    @ib84 ib84 committed Jun 30, 2011
  • added ShardedJedis

    @ib84 ib84 committed Jun 30, 2011
  • Fix indentation and fence xml code block

    @kevinsawicki kevinsawicki committed Jun 24, 2011
  • typo fix

    @tnm tnm committed Jun 13, 2011
  • small typos/formatting

    @tnm tnm committed Jun 13, 2011
  • 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

    @tnm tnm committed Jun 13, 2011
  • reformulated the transaction section. minor changes.

    @ib84 ib84 committed Jun 2, 2011
  • add small example of how to use JedisMonitor

    @xetorthio xetorthio committed May 2, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @incubos incubos committed Apr 25, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @incubos incubos committed Apr 25, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @incubos incubos committed Apr 25, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @incubos incubos committed Apr 25, 2011
  • added Note on Redis master/slave distribution. moved binary/string note down.

    @ib84 ib84 committed Apr 14, 2011
  • added some info about Strings vs byte[]

    @ib84 ib84 committed Apr 13, 2011
  • change order of sections in advanced. correction in new pipeline section: p.sync() instead of p.exec();

    @ib84 ib84 committed Apr 7, 2011
  • Incremented version number. Pool usage now uses a try/finally block to ensure that Jedis is returned to the pool.

    @gresrun gresrun committed Apr 7, 2011
  • linked ReleaseNotes, some cosmetics

    @ib84 ib84 committed Apr 7, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 7, 2011
  • split into basic and advanced usage. some more example code

    @ib84 ib84 committed Apr 7, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 7, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 7, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 7, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 6, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 6, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 6, 2011
  • Updated Welcome to the jedis wiki! (markdown)

    @ib84 ib84 committed Apr 6, 2011
  • 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)

    tarjei committed Dec 22, 2010
  • Added additional pool / pipeline code examples for jedis 1.5 Updated Welcome to the jedis wiki! (markdown)

    rwilson committed Dec 12, 2010