mindwind
|
d57bfb94a9
|
fix - CLIENT command
|
2013-07-05 09:13:09 +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 |
|
mindwind
|
1080d136ec
|
new - command for redis 2.6
|
2013-06-29 23:15:56 +08:00 |
|
mindwind
|
e7a88a49e9
|
new - pexpire, pexpireat and pttl command
|
2013-06-29 15:13:21 +08:00 |
|
mindwind
|
8b3ea5f2de
|
new - dump and restore command
|
2013-06-29 14:17:44 +08:00 |
|
Jonathan Leibiusky
|
846397d985
|
Merge branch 'master' of git://github.com/hamsterready/jedis into hamsterready-master
Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jedis/Client.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/Protocol.java
|
2013-01-30 10:50:58 -03: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
|
2006d80ac5
|
normalized BinaryJedisCommands to match JedisCommands (including setbit)
|
2012-12-25 16:00:43 -05:00 |
|
Maciej Lopacinski
|
69b5291f80
|
SENTINEL commands
|
2012-11-18 19:58:13 +01:00 |
|
MURAOKA Taro
|
4570329924
|
implemented bitcount and bitop commands for Redis 2.6
|
2012-08-23 10:29:36 +09: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
|
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
|
94e3d25ab8
|
Merge pull request #211 from raszi/9d4d11ef466d7a890e763bb1b98b044e3d8635b4
My previous static Protocol fix
|
2012-04-19 11:51:29 -07:00 |
|
ivowiblo
|
d5c2b9965c
|
Slowlog commands. The unit test is failing.
|
2012-04-19 02:53:26 -04:00 |
|
ivowiblo
|
d102ccf1b9
|
Object commands are supported
|
2012-04-19 00:32:23 -04: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 |
|
KARASZI István
|
9d4d11ef46
|
no need to instantiate the Protocol class that can be static
|
2011-09-26 15:40:16 +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 |
|
Michael Cameron
|
fb33b262e4
|
Add ability to specify database number in pool config
|
2011-08-26 16:47:37 -05:00 |
|
Vladimir Soskov
|
22d4d3fc53
|
fixing Issue 188
|
2011-07-31 19:50:16 -07:00 |
|
lmar
|
3fc43e7dec
|
Implementation of ZREVRANGEBYSCORE command
|
2011-03-08 19:03:24 +01:00 |
|
Jonathan Leibiusky
|
ac70d2352f
|
Merge branch 'flush' of git://github.com/pietern/jedis into pietern-flush
|
2011-02-28 10:37:43 -03:00 |
|
Eric Hauser
|
430601f31e
|
Adding support for bit commands get/setrange
|
2011-02-28 10:35:00 -03:00 |
|
Pieter Noordhuis
|
9dd23cec81
|
Flush to socket when starting to read
|
2011-02-25 13:00:34 +01:00 |
|
Jonathan Leibiusky
|
2a4a43f4cd
|
add JedisDataException and JedisConnectionException
|
2011-01-30 17:46:17 -03:00 |
|
Jonathan Leibiusky
|
0d296a7f1a
|
add bitset and bitget
|
2010-12-20 16:26:52 -03:00 |
|
Jonathan Leibiusky
|
f43ca04bd9
|
add config resetstat
|
2010-12-20 11:21:11 -03:00 |
|
Jonathan Leibiusky
|
3f79d80396
|
add brpoplpush
|
2010-12-20 11:10:02 -03:00 |
|
Neil Gentleman
|
d18cc4bd13
|
incr/decr operate on 64-bit numbers. Switching from Integer to Long
|
2010-11-25 09:45:34 -03:00 |
|
Jonathan Leibiusky
|
098de44a07
|
add support for java 1.5
|
2010-11-21 19:53:43 -03:00 |
|
Jonathan Leibiusky
|
e7582644b1
|
Merge branch 'ApacheCommonsPool' of git://github.com/yaourt/jedis
|
2010-11-21 17:31:15 -03:00 |
|
Jonathan Leibiusky
|
b013a74c44
|
Merge branch 'binaryAPI' of git://github.com/yaourt/jedis
Conflicts:
src/main/java/redis/clients/jedis/Connection.java
src/main/java/redis/clients/jedis/Jedis.java
src/main/java/redis/clients/jedis/ShardedJedis.java
|
2010-11-15 23:55:57 -03:00 |
|
Yaourt
|
e8704296fd
|
Binary U test on Transaction ...
|
2010-11-08 14:59:57 +01:00 |
|
Yaourt
|
deb049d195
|
U tests for binary values manipulations.
|
2010-11-08 11:11:43 +01:00 |
|
Yaourt
|
3d8d152227
|
Apache Jakarta commons-pool based JedisPool.
|
2010-11-07 22:32:19 +01:00 |
|
Yaourt
|
11fec5c182
|
Ready to be merged back to master ...
Last buggy U tests fixed.
|
2010-11-05 14:47:50 +01:00 |
|
Yaourt
|
2836d78c44
|
Fix some more U tests ...
|
2010-11-05 10:17:03 +01:00 |
|
Yaourt
|
85ce39ca3e
|
BinaryClient is born
|
2010-11-04 12:22:40 +01:00 |
|
Yaourt
|
daec806c5a
|
UTF-8 charset declared in Protocol, added a getBinaryBulkReply() in Connection
|
2010-11-04 09:31:21 +01:00 |
|
Yaourt
|
69c1c644ea
|
processBulkReply(...) now return a byte[] (instead of String).
|
2010-11-04 09:26:26 +01:00 |
|
Yaourt
|
77590f5b21
|
Added final to methods params
|
2010-11-04 09:25:10 +01:00 |
|
Yaourt
|
ce876e2b56
|
Add a binary sendCommand(...)
|
2010-11-04 09:21:18 +01:00 |
|
Alex Tkachman
|
f9e7887e02
|
more optimizations on write side
|
2010-09-12 17:05:58 +02:00 |
|
Alex Tkachman
|
aed824c94c
|
more optimizations on write side
|
2010-09-12 12:36:16 +02:00 |
|
Alex Tkachman
|
b573526a0d
|
optimized writeInt
|
2010-09-11 21:48:36 +03:00 |
|
Alex Tkachman
|
a521841ff5
|
a bit faster implementation of output stream for Redis
|
2010-09-11 21:15:38 +03:00 |
|
KARASZI István
|
a614f1ff3e
|
return types fixed
|
2010-09-10 23:59:50 +08:00 |
|
KARASZI István
|
7c680634a3
|
autoboxings fixed
|
2010-09-10 23:53:19 +08:00 |
|
Thomas Sauzedde
|
de5030e13f
|
Fix processBulKReply against TCP fragmentation.
see http://github.com/xetorthio/jedis/issues#issue/10
|
2010-09-10 23:48:48 +08:00 |
|