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
|
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
|
df75c72825
|
Eval and Evalsha api improved
|
2012-04-14 22:54:43 -03:00 |
|
Ivo Ramirez
|
df1dfce327
|
SCRIPT KILL command fixed
|
2012-04-14 10:26:14 -03:00 |
|
Ivo Ramirez
|
9bf19c6237
|
Binary scripting API is tested
|
2012-04-14 10:17:41 -03:00 |
|
ivowiblo
|
96d405a6e3
|
scripting support
|
2012-04-14 09:10:00 -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
|
6f4a32d2a1
|
add select to transaction
|
2011-12-23 11:44:39 -03:00 |
|
Jonathan Leibiusky
|
79965d5d0a
|
Merge remote branch 'raszi/findbugs'
Conflicts:
src/test/java/redis/clients/jedis/tests/ShardedJedisPipelineTest.java
|
2011-12-13 19:16:14 -03:00 |
|
ivos
|
d97f30a01a
|
Pipeline tests are authenticated. bgrewriteaof command test now supports scheduled status.
|
2011-12-13 21:33:14 +01:00 |
|
KARASZI István
|
04f603820f
|
fixed some FindBugs errors
|
2011-09-26 17:45:49 +02:00 |
|
Eric Hauser
|
b7ee1fe29a
|
Merge pull request #189 from vsoskov/jedis
---
the exception is returned in the list with the not formatted and formatted values.
Response.get throws the exception.
|
2011-09-13 23:08:20 -04:00 |
|
Eric Hauser
|
a9ef10bb00
|
fix ignore that was placed on wrong test
|
2011-09-12 22:48:58 -04:00 |
|
Eric Hauser
|
b178e25d37
|
ignoring broken test until jonathon can comment on the correct logic
|
2011-09-12 22:38:39 -04:00 |
|
Vladimir Soskov
|
22d4d3fc53
|
fixing Issue 188
|
2011-07-31 19:50:16 -07:00 |
|
Jonathan Leibiusky
|
44c3eef60e
|
Add binary responses to binary transaction
|
2011-05-30 11:13:41 -03:00 |
|
Jonathan Leibiusky
|
525710aab6
|
remove unused test
|
2011-05-30 10:58:55 -03:00 |
|
Jonathan Leibiusky
|
00712f040d
|
binary jedis watch command accepts several keys
|
2011-05-26 12:53:42 -03:00 |
|
Jonathan Leibiusky
|
6a78b32a84
|
Merge pull request #121 from ewhauser/master
Fix bug in getbit/setbit and add bit commands to ShardedJedisPipeline
|
2011-05-11 19:29:37 -07:00 |
|
Jonathan Leibiusky
|
b6df4739a0
|
add Tuple compareTo
|
2011-05-11 23:09:37 -03:00 |
|
Jonathan Leibiusky
|
6ff9683537
|
add getDB() which return the db number we are connected to
|
2011-05-11 22:50:53 -03:00 |
|
Jonathan Leibiusky
|
86fdf63cc9
|
add publish to transaction
|
2011-05-11 19:53:20 -03:00 |
|
Jonathan Leibiusky
|
acb1eb594f
|
throw a JedisConnectionException if unsubscribing from a not subscribed JedisPubSub instance
|
2011-05-11 14:56:05 -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 |
|
Jonathan Leibiusky
|
b13c964500
|
jedis monitor should set client socket timeout to infinite
|
2011-05-02 01:54:52 -03:00 |
|
Eric Hauser
|
cf74935721
|
fix reversed boolean logic for setbit
|
2011-04-06 23:47:31 -04:00 |
|
Jonathan Leibiusky
|
97dd134eec
|
Merge branch 'master' of https://github.com/lmar/jedis into lmar-master
Conflicts:
src/main/java/redis/clients/jedis/Pipeline.java
src/main/java/redis/clients/jedis/PipelineBlock.java
|
2011-04-06 21:52:48 -03:00 |
|
Jonathan Leibiusky
|
3fb7a52017
|
multi/exec block return formatted responses
|
2011-04-06 01:38:19 -03:00 |
|
Jonathan Leibiusky
|
ff50c17238
|
fix issue 108, brpoplpush set infinite timeout before waiting for a reply from the server
|
2011-03-25 11:37:49 -03:00 |
|
lmar
|
58aa95c464
|
Binary versions of ZREVRANGEBYSCORE methods, some code cleanup
|
2011-03-08 20:19:54 +01:00 |
|
lmar
|
3fc43e7dec
|
Implementation of ZREVRANGEBYSCORE command
|
2011-03-08 19:03:24 +01:00 |
|
Jonathan Leibiusky
|
80d2f9d103
|
Merge branch 'pipeline-multi' of git://github.com/pietern/jedis into pietern-pipeline-multi
Conflicts:
src/main/java/redis/clients/jedis/Connection.java
src/main/java/redis/clients/jedis/Transaction.java
|
2011-02-28 15:56:11 -03:00 |
|
Jonathan Leibiusky
|
333a9bc6b3
|
fix tests to use HashSet instead of LinkedHashSet
|
2011-02-28 15:22:52 -03:00 |
|
Eric Hauser
|
430601f31e
|
Adding support for bit commands get/setrange
|
2011-02-28 10:35:00 -03:00 |
|
Eric Hauser
|
ffebfe120b
|
Fixing Jedis.(get|set)bit to use use booleans as input and output to better match Redis commands
|
2011-02-28 10:32:23 -03:00 |
|
Pieter Noordhuis
|
dac1d259c0
|
Don't wait for QUEUED replies in MULTI
|
2011-02-25 13:44:54 +01:00 |
|
Jonathan Leibiusky
|
2a4a43f4cd
|
add JedisDataException and JedisConnectionException
|
2011-01-30 17:46:17 -03:00 |
|
Jonathan Leibiusky
|
4d5e5a7c5d
|
add binary support for pubsub
|
2011-01-24 13:24:08 -03:00 |
|
Jonathan Leibiusky
|
7150c5feb3
|
pubsub command check if we are connected
|
2011-01-23 23:58:01 -03:00 |
|
Jonathan Leibiusky
|
66fc6be729
|
update transaction api with all the new commands
|
2011-01-20 12:18:25 -03:00 |
|
Jonathan Leibiusky
|
a13aff5421
|
update debug command
|
2011-01-20 11:36:17 -03:00 |
|