Commit Graph

58 Commits

Author SHA1 Message Date
ivowiblo
8aca0b77f9 Variadic commands 2012-04-18 15:22:43 -04:00
Jonathan Leibiusky
72ca494362 add missing command to Transaction, BinaryTransaction and Pipeline 2011-12-23 12:31:32 -03:00
Jonathan Leibiusky
6a78b32a84 Merge pull request #121 from ewhauser/master
Fix bug in getbit/setbit and add bit commands to ShardedJedisPipeline
2011-05-11 19:29:37 -07:00
Jonathan Leibiusky
4e15a23e41 list command receive now long parameters to be consistent with return type 2011-05-11 23:23:06 -03:00
Eric Hauser
cf74935721 fix reversed boolean logic for setbit 2011-04-06 23:47:31 -04:00
lmar
58aa95c464 Binary versions of ZREVRANGEBYSCORE methods, some code cleanup 2011-03-08 20:19:54 +01:00
lmar
3fc43e7dec Implementation of ZREVRANGEBYSCORE command 2011-03-08 19:03:24 +01:00
Eric Hauser
430601f31e Adding support for bit commands get/setrange 2011-02-28 10:35:00 -03:00
Eric Hauser
ffebfe120b Fixing Jedis.(get|set)bit to use use booleans as input and output to better match Redis commands 2011-02-28 10:32:23 -03:00
Jonathan Leibiusky
4d5e5a7c5d add binary support for pubsub 2011-01-24 13:24:08 -03:00
Jonathan Leibiusky
1857dd3413 getbit and setbit have now long offset 2011-01-20 11:50:38 -03:00
Jonathan Leibiusky
0d296a7f1a add bitset and bitget 2010-12-20 16:26:52 -03:00
Jonathan Leibiusky
3f79d80396 add brpoplpush 2010-12-20 11:10:02 -03:00
Jonathan Leibiusky
afd34c8af6 hincr, incr and decr long support 2010-12-10 17:21:22 -03:00
Jonathan Leibiusky
8043f12e20 Add alternative pipeline usage 2010-11-27 15:44:43 -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
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
ead39394a1 Fix some broken U tests (there are stille broken tests, working on it) 2010-11-04 18:55:00 +01:00
Yaourt
78e7b653c2 Client inherits from BinaryClient... 2010-11-04 13:45:04 +01:00
Yaourt
ddd3932906 Code cleanup (final method params) 2010-11-04 10:22:39 +01:00
Jonathan Leibiusky
7d3fb44639 Added support for -inf, +inf and open/closed intervals to zrangebyscore 2010-10-25 14:19:53 -03:00
Jonathan Leibiusky
1312c4d4ae Added DEBUG command 2010-09-15 20:17:30 -03:00
Jonathan Leibiusky
3d1546131a Implemented linsert 2010-09-15 17:17:24 -03:00
Jonathan Leibiusky
a8ffacd30a Added bunch of missing commands and a test to check if Jedis is updated 2010-09-14 12:08:56 -03:00
Pat Shields
366b2a05c2 Scores should be represented as doubles, not ints 2010-08-30 09:27:14 +08:00
Jonathan Leibiusky
7c0505511e When in multi show a nice error if not using TransactionJedis 2010-08-27 17:22:21 -03:00
Jonathan Leibiusky
3f0ecebe72 Implemented CONFIG 2010-08-08 16:07:33 -03:00
Jonathan Leibiusky
50405b4d18 Implemented SLAVEOF 2010-08-08 13:53:45 -03:00
Jonathan Leibiusky
f0a426a7c7 Implemented MONITOR 2010-08-08 13:48:04 -03:00
Jonathan Leibiusky
0453ffcd1f Implemented INFO 2010-08-08 13:29:38 -03:00
Jonathan Leibiusky
5cc2d8874b Implemented SHUTDOWN 2010-08-08 13:26:42 -03:00
Jonathan Leibiusky
bb5fe63b72 Implemented LASTSAVE 2010-08-08 13:20:43 -03:00
Jonathan Leibiusky
bf3094f051 Implemented BGREWRITEAOF 2010-08-08 12:59:02 -03:00
Jonathan Leibiusky
6d92097c3a Implemented BGSAVE 2010-08-08 12:54:55 -03:00
Jonathan Leibiusky
86f3cffe24 Impmented SAVE command 2010-08-08 12:46:33 -03:00
Jonathan Leibiusky
4a7697911d Implemented ZUNIONSTORE and ZINTERSTORE 2010-08-07 20:28:26 -03:00
Jonathan Leibiusky
84f4c45004 Implemented ZREMRANGEBYSCORE 2010-08-07 19:37:16 -03:00
Jonathan Leibiusky
bb54328802 Implemented ZREMRANGEBYRANK 2010-08-07 18:34:42 -03:00
Jonathan Leibiusky
111eb11440 Implemented ZRANGEBYSCORE 2010-08-07 18:27:51 -03:00
Jonathan Leibiusky
2279746489 Added support for ZCOUNT 2010-08-07 18:04:06 -03:00
Jonathan Leibiusky
2a1ca391e0 Added pubsub support 2010-08-07 17:54:14 -03:00
Jonathan Leibiusky
1df234153b New exception management. Less exceptions... assume everything works 2010-08-04 20:15:08 -03:00
Jonathan Leibiusky
b4862828b0 Implemented AUTH 2010-08-03 23:47:52 -03:00
Jonathan Leibiusky
2131265436 Implemented BRPOP 2010-08-03 01:23:51 -03:00
Jonathan Leibiusky
dea8c12d1e Implemented all the sorting parameters 2010-08-03 01:20:01 -03:00
Jonathan Leibiusky
ef5518e581 Implemented BLPOP 2010-08-03 00:32:13 -03:00
Jonathan Leibiusky
3dd7ca6f2a Added more sorting options 2010-07-25 17:51:11 -03:00
Jonathan Leibiusky
d48ab8def2 Partial support for sorting 2010-07-25 10:36:13 -03:00
Jonathan Leibiusky
4d078d747e Added unwatch command 2010-07-07 23:22:16 -03:00