Jonathan Leibiusky
|
105ca9f5bb
|
Reformat all files in the project according to java conventions.
|
2014-01-31 11:24:06 -05:00 |
|
samhendley
|
6b5fccdc0a
|
refactored pipelinebase so it is usable to implement SharedJedisPipeline as well.
|
2013-01-10 02:29:39 -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 |
|
Ben Smith
|
909be715bc
|
adding del to sharded jedis pipeline
|
2012-10-21 17:17:26 +01:00 |
|
Ben Smith
|
df3c57940a
|
Fixing Sharded Pipeline as the zrange should be built with a STRING_ZSET
|
2012-03-23 17:02:16 +00:00 |
|
Eric Hauser
|
bb806ae066
|
Merge pull request #154 from ewhauser/jedis
---
Per http://groups.google.com/group/jedis_redis/browse_thread/thread/38c94a90d97d429b
|
2011-09-12 23:13:18 -04:00 |
|
Kevin Sawicki
|
3abaf71e0a
|
Mark inner classes static that don't reference parent class.
|
2011-06-29 09:34:57 -07:00 |
|
Eric Hauser
|
8ddba03add
|
switch SharededJedisPipeline to use return Response and deprecate existing API
|
2011-06-02 20:25:19 -04:00 |
|
ewhauser
|
6e1ef5af50
|
adding bit commands to ShardedJedisPipeline
|
2011-04-28 14:39:08 -04:00 |
|
Yaourt
|
e2d8148802
|
Binary key & values seems to be implemented now
|
2010-11-04 15:59:50 +01:00 |
|
Jonathan Leibiusky
|
d70c42edb9
|
Added sharding+pipelining support
|
2010-11-02 01:04:02 -03:00 |
|