Jonathan Leibiusky
|
18652b906b
|
Merge branch 'speed-up-unit-test' of github.com:HeartSaVioR/jedis into upgrade_libs
Conflicts:
src/test/java/redis/clients/jedis/tests/JedisPoolTest.java
src/test/java/redis/clients/jedis/tests/JedisSentinelPoolTest.java
src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java
src/test/java/redis/clients/jedis/tests/ShardedJedisPipelineTest.java
src/test/java/redis/clients/jedis/tests/ShardedJedisPoolTest.java
src/test/java/redis/clients/jedis/tests/benchmark/PoolBenchmark.java
src/test/java/redis/clients/jedis/tests/commands/TransactionCommandsTest.java
|
2013-11-29 12:12:30 -05:00 |
|
Daniel Josefsson
|
17f6ee63dc
|
Added support for nested lists, and longs in lists.
|
2013-11-08 22:25:37 +00:00 |
|
Hisham Mardam-Bey
|
1f3b5f1977
|
Merge branch 'master' of https://github.com/anthonyu/jedis
|
2013-08-21 20:57:08 -04:00 |
|
Hisham Mardam-Bey
|
a71c3dff17
|
Merge remote-tracking branch 'amimimor/master'
|
2013-08-21 20:32:27 -04:00 |
|
Hisham Mardam-Bey
|
625e2235fd
|
Merge remote-tracking branch 'mindwind/master'
Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
|
2013-08-20 23:36:42 -04:00 |
|
anthonyu
|
bc86b1210b
|
Pipeline eval and evalsha.
|
2013-08-20 19:43:32 -07:00 |
|
mindwind
|
d57bfb94a9
|
fix - CLIENT command
|
2013-07-05 09:13:09 +08:00 |
|
mindwind
|
27b9eba0c0
|
fix - srandmember missing parameter
|
2013-07-03 08:50:14 +08:00 |
|
mindwind
|
7655994933
|
new - supplement transaction missing api and fix some args type definition which is inconsistent with jedis
|
2013-07-01 14:30:19 +08:00 |
|
mindwind
|
1080d136ec
|
new - command for redis 2.6
|
2013-06-29 23:15:56 +08:00 |
|
mindwind
|
e7a88a49e9
|
new - pexpire, pexpireat and pttl command
|
2013-06-29 15:13:21 +08:00 |
|
mindwind
|
8b3ea5f2de
|
new - dump and restore command
|
2013-06-29 14:17:44 +08:00 |
|
mindwind
|
20a75417cd
|
fix - suppress warnings
|
2013-06-29 12:58:25 +08:00 |
|
amitm
|
24c6b7c867
|
support for new 'set' command (redis 2.6.12+)
|
2013-05-13 12:40:24 +03:00 |
|
Eric Treworgy
|
6af41cdac2
|
merging with master branch. Required refactoring of Pipeline code.
|
2013-02-20 12:24:15 -08:00 |
|
Jonathan Leibiusky
|
9d538a06fd
|
when a script returns Null value, jedis throws NullPointerException
|
2013-02-05 15:44:35 -03:00 |
|
Jonathan Leibiusky
|
846397d985
|
Merge branch 'master' of git://github.com/hamsterready/jedis into hamsterready-master
Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jedis/Client.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Protocol.java
|
2013-01-30 10:50:58 -03: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
|
5bde3da7f2
|
added interfaces for ScriptingCommands, AdvancedCommands most of jedis and binaryjedis are defined by interfaces
|
2012-12-26 11:45:57 -05:00 |
|
samhendley
|
2006d80ac5
|
normalized BinaryJedisCommands to match JedisCommands (including setbit)
|
2012-12-25 16:00:43 -05:00 |
|
samhendley
|
429e45081e
|
removed functions in Jedis that overrode BinaryJedis versions
|
2012-12-25 09:21:44 -05:00 |
|
samhendley
|
333ac221e1
|
extracted interfaces from Jedis
|
2012-12-24 11:41:53 -05:00 |
|
Maciej Lopacinski
|
69b5291f80
|
SENTINEL commands
|
2012-11-18 19:58:13 +01:00 |
|
MURAOKA Taro
|
4570329924
|
implemented bitcount and bitop commands for Redis 2.6
|
2012-08-23 10:29:36 +09:00 |
|
Jonathan Leibiusky
|
8f9763a7e9
|
add url support
|
2012-08-01 16:49:44 -03:00 |
|
Jonathan Leibiusky
|
4f5acab0fb
|
Merge branch 'Issue242' of git://github.com/ivowiblo/jedis into issue242
Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.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-05-06 19:47:00 -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 |
|
Jonathan Leibiusky
|
3da2f2dd57
|
Merge branch 'slowlog' of git://github.com/ivowiblo/jedis into slowlog
Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jedis/BinaryJedis.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Protocol.java
|
2012-04-23 20:35:55 -03:00 |
|
ivowiblo
|
d5c2b9965c
|
Slowlog commands. The unit test is failing.
|
2012-04-19 02:53:26 -04: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
|
75e52b9a26
|
z*range commands now receive long instead of int. #242
|
2012-04-17 21:34:56 -04:00 |
|
ivowiblo
|
0f978f5236
|
Unused import is removed
|
2012-04-17 21:13:37 -04:00 |
|
ivowiblo
|
df75c72825
|
Eval and Evalsha api improved
|
2012-04-14 22:54:43 -03:00 |
|
Ivo Ramirez
|
9bf19c6237
|
Binary scripting API is tested
|
2012-04-14 10:17:41 -03:00 |
|
Ivo Ramirez
|
3c86ebcd36
|
Script commands are supported.
|
2012-04-14 08:45:26 -03: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 |
|
Jonathan Leibiusky
|
72ca494362
|
add missing command to Transaction, BinaryTransaction and Pipeline
|
2011-12-23 12:31:32 -03:00 |
|
Jonathan Leibiusky
|
8a5948a84a
|
Merge pull request #167 from kevinsawicki/docs
Fix @see tags referencing int params that are now long
|
2011-08-31 05:29:37 -07:00 |
|
Justin Sanders
|
0aab8cb63b
|
Fixed comments in exists, return values were incorrect
|
2011-08-16 11:15:07 -04:00 |
|
Kevin Sawicki
|
234336b58b
|
Fix @see tags referencing int params that are now long
|
2011-06-23 16:49:28 -07:00 |
|
Hisham Mardam-Bey
|
03d4208318
|
Added the ability to use Double.MIN_VALUE and Double.MAX_VALUE when calling sorted set methods to represent "-inf" and "+inf" respectively.
|
2011-06-09 23:24:56 -04:00 |
|
Jonathan Leibiusky
|
4e15a23e41
|
list command receive now long parameters to be consistent with return type
|
2011-05-11 23:23:06 -03:00 |
|
Jonathan Leibiusky
|
22b2229ba0
|
handle quit command response as it was leaving the socket in an unconsistent state
|
2011-05-11 14:06:07 -03:00 |
|