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
|
4f9ddb3b5f
|
fixed many pipeline requests that were returning the wrong types
|
2013-01-10 00:50:19 -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
|
7b7c6c9602
|
fixed up some missing pipelined methods
|
2012-12-26 11:58:48 -05:00 |
|
samhendley
|
c0bda88e2c
|
Normalized Pipeline[] interfaces and extracted all of the non-shardable commands into the MultiKey* interfaces
|
2012-12-24 10:45:19 -05:00 |
|
guycoleman
|
bf9bba6ef2
|
Extract string and binary common interfaces for Pipline and ShardedJedisPipeline. While I'm here add missing binary methods for some bit operations and fix return types for some sharded operations (e.g. getType)
|
2012-12-04 17:21:43 +00:00 |
|