Commit Graph

163 Commits

Author SHA1 Message Date
Pieter Noordhuis
30435d7774 Use regular HashSet instead of LinkedHashSet for unordered replies 2011-02-25 13:13:48 +01:00
Mike Hobbs
dad1b8c394 Connect.connect() now honors timeout value 2011-02-10 15:00:53 -03:00
Jonathan Leibiusky
2a4a43f4cd add JedisDataException and JedisConnectionException 2011-01-30 17:46:17 -03:00
Jonathan Leibiusky
4d5e5a7c5d add binary support for pubsub 2011-01-24 13:24:08 -03:00
Jonathan Leibiusky
7150c5feb3 pubsub command check if we are connected 2011-01-23 23:58:01 -03:00
Jonathan Leibiusky
b833089005 update missing sort command in transactions api 2011-01-21 11:33:19 -03:00
Jonathan Leibiusky
f30094501c update missing commands in binary transaction 2011-01-21 11:20:36 -03:00
Jonathan Leibiusky
2896ddddeb add defaults to pool config 2011-01-20 16:02:23 -03:00
Steven Hugg
1d5589f247 added JedisPoolConfig getters/setters so object pool can be configured with Spring/IoC 2011-01-20 15:59:14 -03:00
Ghais Issa
a2a8bc0828 Binary client delegates for Pipline 2011-01-20 15:54:58 -03:00
Jonathan Leibiusky
c5f86a16e3 add missing sort overloads to Transaction 2011-01-20 15:16:11 -03:00
Jonathan Leibiusky
b243d107e9 setbit and getbit receive long offset in BinaryJedis 2011-01-20 15:08:24 -03:00
Jonathan Leibiusky
66fc6be729 update transaction api with all the new commands 2011-01-20 12:18:25 -03:00
Jonathan Leibiusky
1857dd3413 getbit and setbit have now long offset 2011-01-20 11:50:38 -03:00
Jonathan Leibiusky
a13aff5421 update debug command 2011-01-20 11:36:17 -03:00
Jonathan Leibiusky
0d296a7f1a add bitset and bitget 2010-12-20 16:26:52 -03:00
Jonathan Leibiusky
586cc9f6d9 add save and lastsave to pipeline 2010-12-20 11:29:22 -03:00
Jonathan Leibiusky
f43ca04bd9 add config resetstat 2010-12-20 11:21:11 -03:00
Jonathan Leibiusky
3f79d80396 add brpoplpush 2010-12-20 11:10:02 -03:00
Jonathan Leibiusky
c30359581e add bgsave 2010-12-20 10:50:05 -03:00
Jonathan Leibiusky
15c0e242d7 add bgrewriteaof 2010-12-20 10:36:43 -03:00
Jonathan Leibiusky
6f92f5fc9c pool doesn't throw Exception anymore but JedisException 2010-12-10 17:36:44 -03:00
Jonathan Leibiusky
dadaaecfdb Add constrcutor with default pool conf 2010-12-10 17:26:02 -03:00
Jonathan Leibiusky
afd34c8af6 hincr, incr and decr long support 2010-12-10 17:21:22 -03:00
zoz
ff8ac4c9db Surround jedis.quit() in try/catch to ignore connection problems in
method destroyObject
2010-12-02 12:14:01 -08:00
Jonathan Leibiusky
ad26ea23ad fix consistent hashing, both MD5 and Murmur, 2010-12-02 01:46:31 -03:00
Jonathan Leibiusky
c4263b0a2d remove java 1.6 specific annotations 2010-11-30 12:58:20 -03:00
Jonathan Leibiusky
cd9e17a709 exists, sismember and hexists return Boolean instead of long 2010-11-30 12:51:01 -03:00
Jonathan Leibiusky
81ec9f8af3 add checks when server closes idle connections 2010-11-30 12:27:22 -03:00
Jonathan Leibiusky
8043f12e20 Add alternative pipeline usage 2010-11-27 15:44:43 -03:00
Neil Gentleman
d18cc4bd13 incr/decr operate on 64-bit numbers. Switching from Integer to Long 2010-11-25 09:45:34 -03:00
Jonathan Leibiusky
a1815f3881 Now Sharded will handle connections instead of Info, so connection won't be shared between instances of ShardedJedis 2010-11-22 12:49:18 -03:00
Jonathan Leibiusky
ad149e8252 Remove @override to make it java 1.5 compliant 2010-11-22 10:21:56 -03:00
Jonathan Leibiusky
970ea3adf4 add watch on several keys, and discard status return 2010-11-21 21:00:40 -03:00
Jonathan Leibiusky
098de44a07 add support for java 1.5 2010-11-21 19:53:43 -03:00
Jonathan Leibiusky
71eb4c5b4a replace custom pool implementation with apache's 2010-11-21 18:16:31 -03:00
Jonathan Leibiusky
e7582644b1 Merge branch 'ApacheCommonsPool' of git://github.com/yaourt/jedis 2010-11-21 17:31:15 -03:00
Jonathan Leibiusky
b013a74c44 Merge branch 'binaryAPI' of git://github.com/yaourt/jedis
Conflicts:
	src/main/java/redis/clients/jedis/Connection.java
	src/main/java/redis/clients/jedis/Jedis.java
	src/main/java/redis/clients/jedis/ShardedJedis.java
2010-11-15 23:55:57 -03:00
Yaourt
d3362da12c hvals now return a Collection, not a Set neither a List. 2010-11-12 15:42:42 +01:00
Jonathan Leibiusky
f62548931c Add a pool for sharded jedis 2010-11-10 13:41:41 -03:00
Yaourt
dd6874aa7a Hashes hkeys and hvals refactored to return a set instead of a list.
It looks like the order is not guaranted, so a set seems much adapted than a list.
2010-11-08 15:58:15 +01:00
Yaourt
e8704296fd Binary U test on Transaction ... 2010-11-08 14:59:57 +01:00
Yaourt
deb049d195 U tests for binary values manipulations. 2010-11-08 11:11:43 +01:00
Yaourt
6ba7a699a9 Remove unused old pool class. 2010-11-07 22:51:28 +01:00
Yaourt
3d8d152227 Apache Jakarta commons-pool based JedisPool. 2010-11-07 22:32:19 +01:00
Yaourt
4a71dff006 Binary Sorting fixed, and under U tests. 2010-11-07 18:10:07 +01:00
Yaourt
424512d4e6 keys command now return a set (instead of a list).
The assumption that keys are ordered seems to be false,on my laptop, with the keys 'foo' and 'foobar', keys('foo*') returns
['foobar', 'foo']
2010-11-07 10:48:23 +01:00
Yaourt
0beeddce5d Binary U test on SortedSets ... 2010-11-05 18:16:16 +01:00
Yaourt
c62a6762be Add Binary oriented U tests ... 2010-11-05 15:42:51 +01:00
Yaourt
70cd1768cf Remove duplicates ... 2010-11-05 15:42:38 +01:00