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 |
|
guycoleman
|
7e95b1500f
|
Add getbit,setbit, getrange, setrange to BinaryShardedJedis
|
2012-12-03 15:47:25 +00:00 |
|
guycoleman
|
6bede66493
|
Add strlen to ShardedJedis
|
2012-12-03 15:42:15 +00:00 |
|
guycoleman
|
0340fddb3a
|
Add persist to ShardedJedis
|
2012-12-03 15:36:30 +00:00 |
|
Jonathan Leibiusky
|
2058231a61
|
Merge pull request #364 from thesmith/master
Add 'del' to ShardedJedisPipeline
|
2012-11-02 12:54:25 -07:00 |
|
Jonathan Leibiusky
|
bdc517d7c4
|
Merge pull request #365 from eujern/patch-1
Update src/main/java/redis/clients/jedis/BinaryShardedJedis.java
|
2012-10-28 08:31:11 -07:00 |
|
Eujern Lim
|
fe5e77773b
|
Update src/main/java/redis/clients/jedis/BinaryShardedJedis.java
Added del(byte[] key) to BinaryShardedJedis.
|
2012-10-26 13:04:15 -03:00 |
|
Ben Smith
|
909be715bc
|
adding del to sharded jedis pipeline
|
2012-10-21 17:17:26 +01:00 |
|
Jonathan Leibiusky
|
b9442ea540
|
Merge pull request #330 from zhupan/master
Sharded Performance improvement
|
2012-08-13 07:25:28 -07:00 |
|
panos
|
63b40b71f7
|
Sharded Performance improvement
'SortedMap.isEmpty()' performance is much higher than
'SortedMap.size()==0'
|
2012-08-13 10:35:51 +08:00 |
|
Jonathan Leibiusky
|
beb999d50a
|
when setting timeout infinite, make sure it is connected first
|
2012-08-02 16:57:14 -03:00 |
|
Jonathan Leibiusky
|
8f9763a7e9
|
add url support
|
2012-08-01 16:49:44 -03:00 |
|
Jonathan Leibiusky
|
35a7677eb9
|
[maven-release-plugin] prepare for next development iteration
|
2012-05-10 12:28:13 -03:00 |
|
Jonathan Leibiusky
|
3a5f076371
|
[maven-release-plugin] prepare release jedis-2.1.0
|
2012-05-10 12:28:03 -03:00 |
|
Jonathan Leibiusky
|
78ad4cb51a
|
update sonatype version
|
2012-05-10 11:59:31 -03:00 |
|
Jonathan Leibiusky
|
f4b0c2c02c
|
changes in pom
|
2012-05-10 11:39:19 -03:00 |
|
Jonathan Leibiusky
|
ebbaa145a8
|
Configuring POM for GitHub project
|
2012-05-10 11:06:41 -03:00 |
|
Jonathan Leibiusky
|
ea03bd46d0
|
version bump
|
2012-05-10 11:00:08 -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 |
|
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 |
|
Jonathan Leibiusky
|
42f19c7322
|
Merge branch 'pipeline_multi' of https://github.com/ivowiblo/jedis into pipeline_multi
|
2012-05-06 19:20:44 -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 |
|
ivowiblo
|
d526a32b12
|
Pipeline.exec() now returns a response
|
2012-04-29 02:55:22 -04:00 |
|
ivowiblo
|
d84ffdd8bc
|
Format improved
|
2012-04-29 02:48:11 -04:00 |
|
ivowiblo
|
6bc2ac0a4f
|
Pipeline supports Multi. Issue #251 is fixed.
|
2012-04-29 02:43:39 -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 |
|
Eric Hauser
|
618bbec738
|
Merge pull request #247 from AlanKrueger/jedis
---
Referenced the Eclipse plugin in the build.gradle and added the bin directory Eclipse creates to the .gitignore file.
|
2012-04-19 16:54:48 -04:00 |
|
Eric Hauser
|
094023a7ce
|
make gradlew executable
|
2012-04-19 16:53:06 -04:00 |
|
Eric Hauser
|
f1a4b7a2bf
|
Merge pull request #246 from AlanKrueger/jedis
---
Added the wrapper task to build.gradle referencing 1.0-milestone-6 and ran it.
|
2012-04-19 16:50:51 -04:00 |
|
Eric Hauser
|
5a6d98ac56
|
fix broken instance reference to protocol
|
2012-04-19 16:48:18 -04:00 |
|
Eric Hauser
|
94e3d25ab8
|
Merge pull request #211 from raszi/9d4d11ef466d7a890e763bb1b98b044e3d8635b4
My previous static Protocol fix
|
2012-04-19 11:51:29 -07:00 |
|
Eric Hauser
|
7b6ede8cd6
|
Merge pull request #285 from tom-martin/patch-1
Fix NPE in BuilderFactory for Double.
|
2012-04-19 11:49:43 -07:00 |
|
Tom Martin
|
dbd7c8b53f
|
Fix NPE in BuilderFactory for Double.
|
2012-04-19 13:38:40 +02:00 |
|
ivowiblo
|
c765bc3910
|
Style refactor
|
2012-04-19 03:04:06 -04:00 |
|
ivowiblo
|
e008f403b1
|
SLOWLOG RESET is fixed
|
2012-04-19 02:59:52 -04:00 |
|
ivowiblo
|
d5c2b9965c
|
Slowlog commands. The unit test is failing.
|
2012-04-19 02:53:26 -04:00 |
|
ivowiblo
|
dd88c51db8
|
Tests for Variadic commands
|
2012-04-19 01:51:02 -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 |
|
ivowiblo
|
e4f7f61d00
|
Pipeline.sort with dstkey uses right Response type
|
2012-04-18 00:33:20 -04:00 |
|
ivowiblo
|
ded776f859
|
Pool.java back to the original
|
2012-04-18 00:27:00 -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 |
|
ivowiblo
|
088f84b6b2
|
Extra space is removed
|
2012-04-17 21:37:33 -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 |
|
Jonathan Leibiusky
|
d136225281
|
remove unused import
|
2012-04-17 18:45:31 -03:00 |
|
Jonathan Leibiusky
|
caac6480ac
|
Merge branch 'variadic_arg_support' of git://github.com/shaofengniu/jedis into shaofengniu-variadic_arg_support
|
2012-04-17 18:40:17 -03:00 |
|