Commit Graph

254 Commits

Author SHA1 Message Date
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
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
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
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
Jonathan Leibiusky
7d3fb44639 Added support for -inf, +inf and open/closed intervals to zrangebyscore 2010-10-25 14:19:53 -03:00
Jonathan Leibiusky
99a50db3ea Disabled logging in JedisPool benchmark 2010-10-14 09:12:41 -03:00
Jonathan Leibiusky
6a1e141064 Added sharding benchmark and removed some imports 2010-09-30 21:04:21 -03:00
Murilo Queiroz
39618506e4 Key tags support made optional.
The regular expression in the key tags code leads to a 20% performance hit,
so it's disabled by default.
2010-09-30 18:14:32 -03:00
Murilo Queiroz
2df3a1b258 Added support for key tags.
See http://code.google.com/p/redis/wiki/FAQ#I'm_using_some_form_of_key_hashing_for_partitioning,_but_wh
2010-09-30 17:17:51 -03:00
Jonathan Leibiusky
592bc69e4e Removed ignore attribute 2010-09-22 11:08:03 -03:00
Jonathan Leibiusky
86ae05f158 Fixed a typo in the test 2010-09-22 11:07:50 -03:00
Alex Tkachman
53efb8471f simplification of sharding 2010-09-16 15:41:04 +02:00
Jonathan Leibiusky
1312c4d4ae Added DEBUG command 2010-09-15 20:17:30 -03:00
Jonathan Leibiusky
3d1546131a Implemented linsert 2010-09-15 17:17:24 -03:00
Jonathan Leibiusky
edcf7412ff Changed MurmurHash algo, to the one developed in http://github.com/tdunning/MAHOUT-228 2010-09-15 15:06:12 -03:00
Jonathan Leibiusky
59f7063b2c Merge branch 'master' of http://github.com/yaourt/jedis 2010-09-15 14:44:56 -03:00
Jonathan Leibiusky
ed20894c95 Refactores primitive types in the API. Now int -> Integer and double -> Double.
This is to support Redis null values
2010-09-15 14:41:35 -03:00
Yaourt
4a1d9928b5 Update the way the Redis host(s) can be configured for the tests.
There is now a single property : redis-hosts.
This property must contain at least 2 host definitions of the form "host:port" (comma separated).
Sharding tests need 2 hosts ...

If this is not the case, the default value used is "localhost:6379,localhost:6380".
Tests that required one host are using the first definition.
2010-09-15 10:49:36 +02:00
Jonathan Leibiusky
224555afd2 Added password to Jedis, JedisPool and ShardedJedis constructor for easier and more efficient usage 2010-09-14 16:43:48 -03:00
Jonathan Leibiusky
708ae8a56e Fixed small bug in the benchmark test 2010-09-14 14:17:10 -03:00
Jonathan Leibiusky
703244c85e Merge branch 'master' of http://github.com/alextkachman/jedis 2010-09-14 14:11:57 -03:00
Jonathan Leibiusky
8629360954 Added MurmureHash as sharding algo. 2010-09-14 14:08:49 -03:00
Jonathan Leibiusky
a8ffacd30a Added bunch of missing commands and a test to check if Jedis is updated 2010-09-14 12:08:56 -03:00
Alex Tkachman
20dac7e9b4 more reasonable PoolBenchmark 2010-09-14 11:59:25 +02:00
Jonathan Leibiusky
baab2225f6 Added sharding using ketama 2010-09-14 01:30:59 -03:00
Yaourt
e4ee2c04b7 Merge from upstream/master. 2010-09-13 11:08:02 +02:00
Yaourt
d61f4d79d8 Allow to execute tests against a remote server.
Update Maven pom to use "redis-host" and "redis-port" env. properties.
Default values point to localhost:6379.

Tests updated to use this properties and also defaulted to localhost:6379.
2010-09-13 10:57:30 +02: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
a521841ff5 a bit faster implementation of output stream for Redis 2010-09-11 21:15:38 +03:00
KARASZI István
c6507e6187 connect in sendCommand() and don't check with isConnected() two times 2010-09-11 00:03:28 +08:00
Thomas Sauzedde
97e2a50f60 Add U test for fragmented processBulkReply patch. 2010-09-10 23:48:48 +08:00
Thomas Sauzedde
9211335f0d Add U test for fragmented processBulkReply patch. 2010-09-10 17:26:09 +02:00
Jonathan Leibiusky
8207c2415f Added a benchmark to the jedis pool 2010-09-08 17:39:25 -03:00
Jonathan Leibiusky
e6105efd69 Removed not useful information from the pool 2010-09-07 16:31:32 -03:00
Jonathan Leibiusky
2c41132c5c Remnoved 2 assertions that made tests to fail with the latest version of redis. It was testing too much 2010-09-06 14:54:25 -03:00