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 |
|