Aniket Schneider
|
92f6785a58
|
Remove deprecated pexpire(key, int) methods
|
2014-03-05 17:04:51 -05:00 |
|
Aniket Schneider
|
e7285ade5c
|
Accept long parameter for pexpire
|
2014-03-05 17:04:47 -05: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 |
|
Hisham Mardam-Bey
|
1f3b5f1977
|
Merge branch 'master' of https://github.com/anthonyu/jedis
|
2013-08-21 20:57:08 -04:00 |
|
anthonyu
|
bc86b1210b
|
Pipeline eval and evalsha.
|
2013-08-20 19:43:32 -07:00 |
|
mindwind
|
155aff09e0
|
fix - recover zadd with one score memeber
|
2013-07-15 15:57:03 +08:00 |
|
mindwind
|
5f11954d31
|
fix - pipeline zadd method signature
from: zadd(String key, double score, String member)
to: zadd(String key, Map<Double, String> scoreMembers)
|
2013-07-09 16:42:01 +08:00 |
|
mindwind
|
96c789aaab
|
new - zcount with string min and max
|
2013-07-03 16:20:31 +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 |
|
samhendley
|
258ac300fc
|
added variadic versions of lpush/rpush(x) functions
|
2013-01-10 02:39:48 -05:00 |
|
samhendley
|
6b5fccdc0a
|
refactored pipelinebase so it is usable to implement SharedJedisPipeline as well.
|
2013-01-10 02:29:39 -05:00 |
|
samhendley
|
c8ddd237c3
|
extracted common Pipeline operations into PipelineBase and used that to simplify BinaryTransaction/Transaction
|
2013-01-10 01:16:54 -05:00 |
|