Jonathan Leibiusky
|
098de44a07
|
add support for java 1.5
|
2010-11-21 19:53:43 -03:00 |
|
Jonathan Leibiusky
|
71eb4c5b4a
|
replace custom pool implementation with apache's
|
2010-11-21 18:16:31 -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
|
d3362da12c
|
hvals now return a Collection, not a Set neither a List.
|
2010-11-12 15:42:42 +01:00 |
|
Jonathan Leibiusky
|
f62548931c
|
Add a pool for sharded jedis
|
2010-11-10 13:41:41 -03:00 |
|
Yaourt
|
dd6874aa7a
|
Hashes hkeys and hvals refactored to return a set instead of a list.
It looks like the order is not guaranted, so a set seems much adapted than a list.
|
2010-11-08 15:58:15 +01: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
|
6ba7a699a9
|
Remove unused old pool class.
|
2010-11-07 22:51:28 +01:00 |
|
Yaourt
|
3d8d152227
|
Apache Jakarta commons-pool based JedisPool.
|
2010-11-07 22:32:19 +01:00 |
|
Yaourt
|
4a71dff006
|
Binary Sorting fixed, and under U tests.
|
2010-11-07 18:10:07 +01:00 |
|
Yaourt
|
3281bafd2e
|
Fix wrong test on lists / sets.
Lists comparison now take care of the order, which is not the case for Sets.
|
2010-11-07 10:49:45 +01:00 |
|
Yaourt
|
424512d4e6
|
keys command now return a set (instead of a list).
The assumption that keys are ordered seems to be false,on my laptop, with the keys 'foo' and 'foobar', keys('foo*') returns
['foobar', 'foo']
|
2010-11-07 10:48:23 +01:00 |
|
Yaourt
|
0beeddce5d
|
Binary U test on SortedSets ...
|
2010-11-05 18:16:16 +01:00 |
|
Yaourt
|
5a87ae465e
|
Binary U test on Sets ...
|
2010-11-05 17:11:31 +01:00 |
|
Yaourt
|
ad25921eca
|
Binary U test on Lists ...
|
2010-11-05 16:41:38 +01:00 |
|
Yaourt
|
7d58a68d2d
|
Binary U test on Hashes ...
|
2010-11-05 16:09:32 +01:00 |
|
Yaourt
|
c62a6762be
|
Add Binary oriented U tests ...
|
2010-11-05 15:42:51 +01:00 |
|
Yaourt
|
70cd1768cf
|
Remove duplicates ...
|
2010-11-05 15:42:38 +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
|
9ff9ab3505
|
Use Arrays.equals(...) instead of hand written method for arrays comparison
|
2010-11-05 10:56:54 +01:00 |
|
Yaourt
|
a2b3417fce
|
Fix some more U tests ...
Now only PubSub are still broken ... (little refactoring required)
|
2010-11-05 10:47:21 +01:00 |
|
Yaourt
|
47a39cb520
|
Fix some more U tests ...
|
2010-11-05 10:28:19 +01:00 |
|
Yaourt
|
a2468dff58
|
Fix some more U tests ...
|
2010-11-05 10:25:41 +01:00 |
|
Yaourt
|
ad5f44edc4
|
Fix some more U tests ...
|
2010-11-05 10:21:38 +01:00 |
|
Yaourt
|
2836d78c44
|
Fix some more U tests ...
|
2010-11-05 10:17:03 +01:00 |
|
Yaourt
|
afad308e29
|
Fix some more U tests ...
|
2010-11-05 09:57:54 +01:00 |
|
Yaourt
|
f8afa09aa5
|
Fix some more U tests ...
|
2010-11-05 09:53:37 +01:00 |
|
Yaourt
|
dab21609e6
|
Fix some more U tests ...
|
2010-11-05 09:33:57 +01:00 |
|
Yaourt
|
ead39394a1
|
Fix some broken U tests (there are stille broken tests, working on it)
|
2010-11-04 18:55:00 +01:00 |
|
Yaourt
|
abd464f9bd
|
Implemented commands are retreived from Protocol.Command enum
|
2010-11-04 17:48:58 +01:00 |
|
Yaourt
|
fd8e3116ab
|
Fix broken U tests
|
2010-11-04 17:14:06 +01:00 |
|
Yaourt
|
e2d8148802
|
Binary key & values seems to be implemented now
|
2010-11-04 15:59:50 +01:00 |
|
Yaourt
|
84bb16dd5e
|
BinaryTransactiob is born, Transaction inherits from it
|
2010-11-04 15:08:50 +01:00 |
|
Yaourt
|
37a3915298
|
BinaryJedis is born, Jedis inherits from it
|
2010-11-04 14:49:23 +01:00 |
|
Yaourt
|
ef1cbfafc9
|
JedisCommands DOES NOT inherit from BinaryJedisCommand
|
2010-11-04 14:08:18 +01:00 |
|
Yaourt
|
7213955d62
|
JedisCommands inherit from BinaryJediCommands
|
2010-11-04 13:59:26 +01:00 |
|
Yaourt
|
9614a99a5a
|
BinaryJedisCommands skeleton
|
2010-11-04 13:51:42 +01:00 |
|
Yaourt
|
78e7b653c2
|
Client inherits from BinaryClient...
|
2010-11-04 13:45:04 +01:00 |
|
Yaourt
|
85ce39ca3e
|
BinaryClient is born
|
2010-11-04 12:22:40 +01:00 |
|
Yaourt
|
377c266dc1
|
Add a sendCommand(String byte[]...) method.
|
2010-11-04 10:31:20 +01:00 |
|
Yaourt
|
ddd3932906
|
Code cleanup (final method params)
|
2010-11-04 10:22:39 +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 |
|
Jonathan Leibiusky
|
08f8432215
|
now it is possible to subscribe and unsubscribe on a JedisPubSub instance
|
2010-11-02 23:18:24 -03:00 |
|
Jonathan Leibiusky
|
07f5820a32
|
getIntegerReply should return Integer and not int to support null replies
|
2010-11-02 12:33:28 -03:00 |
|
Jonathan Leibiusky
|
d70c42edb9
|
Added sharding+pipelining support
|
2010-11-02 01:04:02 -03:00 |
|