Eric Hauser
|
430601f31e
|
Adding support for bit commands get/setrange
|
2011-02-28 10:35:00 -03: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 |
|
Jonathan Leibiusky
|
2e3dc20c07
|
Fixed issue with converting String to byte array
|
2010-08-24 00:14:01 -03:00 |
|
Jonathan Leibiusky
|
5679597495
|
Added pipeline support
|
2010-08-05 21:45:21 -03:00 |
|
Jonathan Leibiusky
|
3af260f904
|
Added DataStreams and BufferedStream to increase performance
|
2010-08-04 22:11:00 -03:00 |
|
Jonathan Leibiusky
|
c4e5d0b89b
|
Treat any other type of reply as an error
|
2010-08-04 20:57:20 -03:00 |
|
Jonathan Leibiusky
|
1df234153b
|
New exception management. Less exceptions... assume everything works
|
2010-08-04 20:15:08 -03:00 |
|
Jonathan Leibiusky
|
f53c7a1b97
|
Added a small benchmark test with a small performance improvement
|
2010-08-04 19:58:42 -03:00 |
|
Jonathan Leibiusky
|
ef5518e581
|
Implemented BLPOP
|
2010-08-03 00:32:13 -03:00 |
|
Jonathan Leibiusky
|
20acb5bc60
|
Refactored to support object multi bulk reply
|
2010-07-07 22:55:35 -03:00 |
|
Jonathan Leibiusky
|
def3f38de7
|
Added commands operating on all kind of values
|
2010-06-12 00:29:46 -03:00 |
|
Jonathan Leibiusky
|
4ccb12cd75
|
Small refactoring to make command definitions even smaller
|
2010-06-11 21:41:46 -03:00 |
|
Jonathan Leibiusky
|
7e6ed0af41
|
Protocol implementation
|
2010-06-11 02:57:11 -03:00 |
|