Marcos Nils
|
b05d9adfb0
|
Change zadd parameter order to allow duplicated scoremembers but not members
|
2014-01-26 13:53:34 -03:00 |
|
Jonathan Leibiusky
|
bbb867781d
|
upgrade to commons-pool 2
|
2013-11-28 08:13:57 -05:00 |
|
samhendley
|
258ac300fc
|
added variadic versions of lpush/rpush(x) functions
|
2013-01-10 02:39:48 -05:00 |
|
samhendley
|
4c7cc57ede
|
Added bitcount to standard interfaces and bitop to MultiKey interfaces (since it is non-shardable)
Merge branch 'impl-bitcount-and-bitop' of git://github.com/koron/jedis
Conflicts:
src/main/java/redis/clients/jedis/JedisCommands.java
|
2013-01-09 23:49:05 -05:00 |
|
samhendley
|
cc0ef89b7d
|
added binary version of MultiKey commands
|
2012-12-26 10:22:38 -05:00 |
|
samhendley
|
2006d80ac5
|
normalized BinaryJedisCommands to match JedisCommands (including setbit)
|
2012-12-25 16:00:43 -05:00 |
|
Jonathan Leibiusky
|
457cccc9c4
|
Merge branch 'Issue221' of https://github.com/ivowiblo/jedis into issue221
Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCommands.java
|
2012-05-06 19:30:37 -03:00 |
|
ivowiblo
|
129e358c9d
|
Now methods accepting infinit and exclusions are supported as String and byte[] overloads
|
2012-05-03 23:30:44 -04:00 |
|
Jonathan Leibiusky
|
5244d82450
|
Merge branch 'Object' of git://github.com/ivowiblo/jedis
Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCommands.java
src/main/java/redis/clients/jedis/BinaryShardedJedis.java
src/main/java/redis/clients/jedis/Commands.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Protocol.java
|
2012-04-23 23:00:13 -03:00 |
|
Jonathan Leibiusky
|
05503212aa
|
Merge branch 'variadic' of git://github.com/ivowiblo/jedis into variadic
Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jedis/BinaryJedis.java
src/main/java/redis/clients/jedis/BinaryShardedJedis.java
src/main/java/redis/clients/jedis/Client.java
src/main/java/redis/clients/jedis/Commands.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/ShardedJedis.java
|
2012-04-23 21:00:29 -03:00 |
|
ivowiblo
|
d102ccf1b9
|
Object commands are supported
|
2012-04-19 00:32:23 -04:00 |
|
Jonathan Leibiusky
|
f3dbc65bd1
|
Merge branch 'scriptsupport' of git://github.com/ivowiblo/jedis into ivowiblo-scriptsupport
|
2012-04-18 18:10:45 -03:00 |
|
ivowiblo
|
8aca0b77f9
|
Variadic commands
|
2012-04-18 15:22:43 -04:00 |
|
Ivo Ramirez
|
e8c27e0d15
|
Jedis does support lpushx and rpushx
Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCommands.java
src/main/java/redis/clients/jedis/Pipeline.java
|
2012-04-18 00:23:38 -04:00 |
|
Ivo Ramirez
|
9dc89626ac
|
Eval and Evalsha is now supported
Conflicts:
src/main/java/redis/clients/jedis/Client.java
src/main/java/redis/clients/jedis/Jedis.java
|
2012-04-14 08:41:27 -03:00 |
|
Shaofeng Niu
|
f010bc0f32
|
add variadic arguments support to lpush and rpush
|
2012-02-14 17:42:06 +08:00 |
|
lmar
|
58aa95c464
|
Binary versions of ZREVRANGEBYSCORE methods, some code cleanup
|
2011-03-08 20:19:54 +01:00 |
|
Jonathan Leibiusky
|
afd34c8af6
|
hincr, incr and decr long support
|
2010-12-10 17:21:22 -03:00 |
|
Jonathan Leibiusky
|
cd9e17a709
|
exists, sismember and hexists return Boolean instead of long
|
2010-11-30 12:51:01 -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 |
|
Yaourt
|
d3362da12c
|
hvals now return a Collection, not a Set neither a List.
|
2010-11-12 15:42:42 +01: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
|
37a3915298
|
BinaryJedis is born, Jedis inherits from it
|
2010-11-04 14:49:23 +01:00 |
|
Yaourt
|
7213955d62
|
JedisCommands inherit from BinaryJediCommands
|
2010-11-04 13:59:26 +01:00 |
|
Yaourt
|
9614a99a5a
|
BinaryJedisCommands skeleton
|
2010-11-04 13:51:42 +01:00 |
|