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