Commit Graph

  • b833089005 update missing sort command in transactions api Jonathan Leibiusky 2011-01-21 11:33:19 -03:00
  • f30094501c update missing commands in binary transaction Jonathan Leibiusky 2011-01-21 11:20:36 -03:00
  • 1076140bf5 test use the new jedis pool config Jonathan Leibiusky 2011-01-20 16:05:40 -03:00
  • 2896ddddeb add defaults to pool config Jonathan Leibiusky 2011-01-20 16:02:23 -03:00
  • 1d5589f247 added JedisPoolConfig getters/setters so object pool can be configured with Spring/IoC Steven Hugg 2011-01-12 13:33:47 -05:00
  • a2a8bc0828 Binary client delegates for Pipline Ghais Issa 2011-01-08 22:46:05 -05:00
  • c5f86a16e3 add missing sort overloads to Transaction Jonathan Leibiusky 2011-01-20 15:16:11 -03:00
  • b243d107e9 setbit and getbit receive long offset in BinaryJedis Jonathan Leibiusky 2011-01-20 15:08:24 -03:00
  • 66fc6be729 update transaction api with all the new commands Jonathan Leibiusky 2011-01-20 12:18:25 -03:00
  • 1857dd3413 getbit and setbit have now long offset Jonathan Leibiusky 2011-01-20 11:50:38 -03:00
  • a13aff5421 update debug command Jonathan Leibiusky 2011-01-20 11:36:17 -03:00
  • 72d1531c39 [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2010-12-20 16:39:56 -03:00
  • f2ca9cd483 [maven-release-plugin] prepare release jedis-1.5.1 Jonathan Leibiusky 2010-12-20 16:39:48 -03:00
  • 0d296a7f1a add bitset and bitget Jonathan Leibiusky 2010-12-20 16:26:52 -03:00
  • 586cc9f6d9 add save and lastsave to pipeline Jonathan Leibiusky 2010-12-20 11:29:22 -03:00
  • f43ca04bd9 add config resetstat Jonathan Leibiusky 2010-12-20 11:21:11 -03:00
  • 3f79d80396 add brpoplpush Jonathan Leibiusky 2010-12-20 11:10:02 -03:00
  • c30359581e add bgsave Jonathan Leibiusky 2010-12-20 10:50:05 -03:00
  • 15c0e242d7 add bgrewriteaof Jonathan Leibiusky 2010-12-20 10:36:43 -03:00
  • ff0b43aded [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2010-12-10 17:47:28 -03:00
  • 0bf3018ea6 [maven-release-plugin] prepare release jedis-1.5.0 Jonathan Leibiusky 2010-12-10 17:47:19 -03:00
  • 453b83b049 mvn snapshot Jonathan Leibiusky 2010-12-10 17:43:40 -03:00
  • e73564b3ba version bump Jonathan Leibiusky 2010-12-10 17:42:13 -03:00
  • 6f92f5fc9c pool doesn't throw Exception anymore but JedisException Jonathan Leibiusky 2010-12-10 17:36:44 -03:00
  • dadaaecfdb Add constrcutor with default pool conf Jonathan Leibiusky 2010-12-10 17:26:02 -03:00
  • afd34c8af6 hincr, incr and decr long support Jonathan Leibiusky 2010-12-10 17:21:22 -03:00
  • ff8ac4c9db Surround jedis.quit() in try/catch to ignore connection problems in method destroyObject zoz 2010-12-02 12:10:30 -08:00
  • 26614b26de [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2010-12-02 11:40:35 -03:00
  • 5d3c55b1cb [maven-release-plugin] prepare release jedis-1.5.0-RC2 Jonathan Leibiusky 2010-12-02 11:40:26 -03:00
  • f78b2a42c2 version change Jonathan Leibiusky 2010-12-02 11:36:01 -03:00
  • d33c0a52b9 Add benchmark for hashing algos Jonathan Leibiusky 2010-12-02 01:47:18 -03:00
  • ad26ea23ad fix consistent hashing, both MD5 and Murmur, Jonathan Leibiusky 2010-12-02 01:46:31 -03:00
  • c4263b0a2d remove java 1.6 specific annotations Jonathan Leibiusky 2010-11-30 12:58:20 -03:00
  • b8baba9a00 add dependency for apache commons pool Jonathan Leibiusky 2010-11-30 12:57:52 -03:00
  • cd9e17a709 exists, sismember and hexists return Boolean instead of long Jonathan Leibiusky 2010-11-30 12:51:01 -03:00
  • 81ec9f8af3 add checks when server closes idle connections Jonathan Leibiusky 2010-11-30 12:27:22 -03:00
  • efb27de003 [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2010-11-27 15:59:38 -03:00
  • 5a07efd9c8 [maven-release-plugin] prepare release jedis-1.5.0-RC1 Jonathan Leibiusky 2010-11-27 15:59:30 -03:00
  • 8043f12e20 Add alternative pipeline usage Jonathan Leibiusky 2010-11-27 15:44:43 -03:00
  • f8636ec16b Verify incr behaviour in rollover conditions. Neil Gentleman 2010-11-15 13:24:17 -08:00
  • d18cc4bd13 incr/decr operate on 64-bit numbers. Switching from Integer to Long Neil Gentleman 2010-11-23 16:52:18 -08:00
  • a1815f3881 Now Sharded will handle connections instead of Info, so connection won't be shared between instances of ShardedJedis Jonathan Leibiusky 2010-11-22 12:49:18 -03:00
  • ad149e8252 Remove @override to make it java 1.5 compliant Jonathan Leibiusky 2010-11-22 10:21:56 -03:00
  • 970ea3adf4 add watch on several keys, and discard status return Jonathan Leibiusky 2010-11-21 21:00:40 -03:00
  • 098de44a07 add support for java 1.5 Jonathan Leibiusky 2010-11-21 19:53:43 -03:00
  • 71eb4c5b4a replace custom pool implementation with apache's Jonathan Leibiusky 2010-11-21 18:16:31 -03:00
  • e7582644b1 Merge branch 'ApacheCommonsPool' of git://github.com/yaourt/jedis Jonathan Leibiusky 2010-11-21 17:31:15 -03:00
  • 851291f100 [maven-release-plugin] prepare for next development iteration Jonathan Leibiusky 2010-11-16 00:07:08 -03:00
  • 1bdb1632e4 [maven-release-plugin] prepare release jedis-1.4.0 Jonathan Leibiusky 2010-11-16 00:07:00 -03:00
  • a6ad0ff1b0 version bump Jonathan Leibiusky 2010-11-16 00:03:18 -03:00
  • b013a74c44 Merge branch 'binaryAPI' of git://github.com/yaourt/jedis Jonathan Leibiusky 2010-11-15 23:55:57 -03:00
  • d3362da12c hvals now return a Collection, not a Set neither a List. Yaourt 2010-11-12 15:42:42 +01:00
  • f62548931c Add a pool for sharded jedis Jonathan Leibiusky 2010-11-10 13:41:41 -03:00
  • dd6874aa7a Hashes hkeys and hvals refactored to return a set instead of a list. Yaourt 2010-11-08 15:57:43 +01:00
  • e8704296fd Binary U test on Transaction ... Yaourt 2010-11-08 14:59:57 +01:00
  • deb049d195 U tests for binary values manipulations. Yaourt 2010-11-08 11:11:43 +01:00
  • 6ba7a699a9 Remove unused old pool class. Yaourt 2010-11-07 22:51:28 +01:00
  • 3d8d152227 Apache Jakarta commons-pool based JedisPool. Yaourt 2010-11-07 22:32:19 +01:00
  • 4a71dff006 Binary Sorting fixed, and under U tests. Yaourt 2010-11-07 18:10:07 +01:00
  • 3281bafd2e Fix wrong test on lists / sets. Yaourt 2010-11-07 10:49:45 +01:00
  • 424512d4e6 keys command now return a set (instead of a list). Yaourt 2010-11-07 10:48:23 +01:00
  • 0beeddce5d Binary U test on SortedSets ... Yaourt 2010-11-05 18:16:16 +01:00
  • 5a87ae465e Binary U test on Sets ... Yaourt 2010-11-05 17:11:31 +01:00
  • ad25921eca Binary U test on Lists ... Yaourt 2010-11-05 16:41:38 +01:00
  • 7d58a68d2d Binary U test on Hashes ... Yaourt 2010-11-05 16:09:32 +01:00
  • c62a6762be Add Binary oriented U tests ... Yaourt 2010-11-05 15:42:51 +01:00
  • 70cd1768cf Remove duplicates ... Yaourt 2010-11-05 15:42:38 +01:00
  • 11fec5c182 Ready to be merged back to master ... Yaourt 2010-11-05 14:46:37 +01:00
  • 9ff9ab3505 Use Arrays.equals(...) instead of hand written method for arrays comparison Yaourt 2010-11-05 10:56:54 +01:00
  • a2b3417fce Fix some more U tests ... Yaourt 2010-11-05 10:30:02 +01:00
  • 47a39cb520 Fix some more U tests ... Yaourt 2010-11-05 10:28:19 +01:00
  • a2468dff58 Fix some more U tests ... Yaourt 2010-11-05 10:25:41 +01:00
  • ad5f44edc4 Fix some more U tests ... Yaourt 2010-11-05 10:21:38 +01:00
  • 2836d78c44 Fix some more U tests ... Yaourt 2010-11-05 10:17:03 +01:00
  • afad308e29 Fix some more U tests ... Yaourt 2010-11-05 09:57:54 +01:00
  • f8afa09aa5 Fix some more U tests ... Yaourt 2010-11-05 09:53:37 +01:00
  • dab21609e6 Fix some more U tests ... Yaourt 2010-11-05 09:33:57 +01:00
  • ead39394a1 Fix some broken U tests (there are stille broken tests, working on it) Yaourt 2010-11-04 18:55:00 +01:00
  • abd464f9bd Implemented commands are retreived from Protocol.Command enum Yaourt 2010-11-04 17:48:58 +01:00
  • fd8e3116ab Fix broken U tests Yaourt 2010-11-04 17:14:06 +01:00
  • e2d8148802 Binary key & values seems to be implemented now Yaourt 2010-11-04 15:59:50 +01:00
  • 84bb16dd5e BinaryTransactiob is born, Transaction inherits from it Yaourt 2010-11-04 15:08:50 +01:00
  • 37a3915298 BinaryJedis is born, Jedis inherits from it Yaourt 2010-11-04 14:49:23 +01:00
  • ef1cbfafc9 JedisCommands DOES NOT inherit from BinaryJedisCommand Yaourt 2010-11-04 14:08:18 +01:00
  • 7213955d62 JedisCommands inherit from BinaryJediCommands Yaourt 2010-11-04 13:59:26 +01:00
  • 9614a99a5a BinaryJedisCommands skeleton Yaourt 2010-11-04 13:51:42 +01:00
  • 78e7b653c2 Client inherits from BinaryClient... Yaourt 2010-11-04 13:45:04 +01:00
  • 85ce39ca3e BinaryClient is born Yaourt 2010-11-04 12:22:40 +01:00
  • 377c266dc1 Add a sendCommand(String byte[]...) method. Yaourt 2010-11-04 10:31:20 +01:00
  • ddd3932906 Code cleanup (final method params) Yaourt 2010-11-04 10:22:39 +01:00
  • daec806c5a UTF-8 charset declared in Protocol, added a getBinaryBulkReply() in Connection Yaourt 2010-11-04 09:31:21 +01:00
  • 69c1c644ea processBulkReply(...) now return a byte[] (instead of String). Yaourt 2010-11-04 09:26:26 +01:00
  • 77590f5b21 Added final to methods params Yaourt 2010-11-04 09:25:10 +01:00
  • ce876e2b56 Add a binary sendCommand(...) Yaourt 2010-11-04 09:21:18 +01:00
  • 08f8432215 now it is possible to subscribe and unsubscribe on a JedisPubSub instance Jonathan Leibiusky 2010-11-02 23:18:24 -03:00
  • 7a377fd8e9 updated readme Jonathan Leibiusky 2010-11-02 17:48:49 -03:00
  • 6bccfbd313 updated readme Jonathan Leibiusky 2010-11-02 17:47:42 -03:00
  • 8d34c4cbe1 Updated readme Jonathan Leibiusky 2010-11-02 17:44:47 -03:00
  • 07f5820a32 getIntegerReply should return Integer and not int to support null replies Jonathan Leibiusky 2010-11-02 12:33:28 -03:00
  • d70c42edb9 Added sharding+pipelining support Jonathan Leibiusky 2010-11-02 01:04:02 -03:00