Jungtaek Lim
|
8a5eb60512
|
Merge branch 'master' into support-sorted-set-with-lex
Conflicts:
src/main/java/redis/clients/jedis/BinaryShardedJedis.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Protocol.java
src/test/java/redis/clients/jedis/tests/commands/SortedSetCommandsTest.java
|
2014-09-10 21:43:32 +09:00 |
|
Lars Strojny
|
18c4a987d5
|
Completing interface
|
2014-07-01 15:41:57 +02:00 |
|
Marcos Nils
|
50052e90ad
|
Manually merge #400
|
2014-05-25 15:32:12 -03:00 |
|
Jungtaek Lim
|
409740f06c
|
Support Sorted Set with LEX commands
* new commands : ZLEXCOUNT, ZRANGEBYLEX, ZREMRANGEBYLEX
** added commands to Jedis, ShardedJedis, JedisCluster, PipelineBase with Binary
/ Normal(String)
** description links
*** http://redis.io/commands/zlexcount
*** http://redis.io/commands/zrangebylex
*** http://redis.io/commands/zremrangebylex
** Unit test included
|
2014-04-22 23:39:37 +09:00 |
|
Jungtaek Lim
|
11f05ec161
|
Apply binary PF* commands to BinaryJedis, BinaryShardedJedis
* Apply binary PF* commands to BinaryJedis, BinaryShardedJedis
* binary PF* commands to interface
** pfadd / pfcount : BinaryJedisCommands
** pfmerge : MultiKeyBinaryCommands
|
2014-04-05 23:21:47 +09:00 |
|
Jonathan Leibiusky
|
105ca9f5bb
|
Reformat all files in the project according to java conventions.
|
2014-01-31 11:24:06 -05:00 |
|
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 |
|
Eric Treworgy
|
6af41cdac2
|
merging with master branch. Required refactoring of Pipeline code.
|
2013-02-20 12:24:15 -08: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 |
|
Eric Treworgy
|
610f7d4546
|
Added incrByFloat and hincrByFloat commands (binary and standard) + support for pipelining and sharding
|
2013-01-07 12:33:19 -08: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 |
|