Commit Graph

129 Commits

Author SHA1 Message Date
Jonathan Leibiusky
ea784de98a Version bump 2010-09-15 23:35:45 -03: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
e4d5c182d0 version bump 2010-09-15 16:41:19 -03:00
Jonathan Leibiusky
b824da67cd version bump 2010-09-15 16:39:11 -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
Jonathan Leibiusky
a9d8dfe3d7 Updated readme 2010-09-15 10:28:41 -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
f454880776 Added redis conf files used in tests 2010-09-14 16:46:36 -03: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
f99c4ed6a2 Updated readme 2010-09-14 14:10:31 -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
Alex Tkachman
032fe7e134 ability to provide logger instead of stdout 2010-09-14 11:50:49 +02:00
Jonathan Leibiusky
9b202c3fb1 Updated readme 2010-09-14 01:34:21 -03:00
Jonathan Leibiusky
411b04a135 version bump 2010-09-14 01:34:04 -03: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
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
Alex Tkachman
d4d133291e isUse must be final otherwise synchronized has no useful semantic 2010-09-11 09:54:06 +03:00
KARASZI István
675e2b1369 RC5 -> RC5.1 2010-09-11 00:03:28 +08:00
KARASZI István
c6507e6187 connect in sendCommand() and don't check with isConnected() two times 2010-09-11 00:03:28 +08: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
97e2a50f60 Add U test for fragmented processBulkReply patch. 2010-09-10 23:48:48 +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
Thomas Sauzedde
9211335f0d Add U test for fragmented processBulkReply patch. 2010-09-10 17:26:09 +02:00
Thomas Sauzedde
f0f6049cdb Fix processBulKReply against TCP fragmentation.
see http://github.com/xetorthio/jedis/issues#issue/10
2010-09-10 17:05:18 +02:00
Jonathan Leibiusky
562fa70a0c Ignore gradle build files 2010-09-09 18:07:28 -03:00
Pat Shields
7e0c5dc465 Added an eclipse busting git ignore 2010-09-10 05:05:17 +08:00
Jonathan Leibiusky
395a32c269 Make sure resource is not null before destroying it 2010-09-09 09:11:58 -03:00
Jonathan Leibiusky
8207c2415f Added a benchmark to the jedis pool 2010-09-08 17:39:25 -03:00
Jonathan Leibiusky
8c19367b7a Fixed typo 2010-09-08 12:07:55 -03:00
Jonathan Leibiusky
eeeef3af68 Updated readme 2010-09-08 11:12:15 -03:00
Jonathan Leibiusky
1d37728817 If it is not possible to create the resource, keep trying until it can 2010-09-07 17:10:52 -03:00
Jonathan Leibiusky
e6105efd69 Removed not useful information from the pool 2010-09-07 16:31:32 -03:00
Dario
d3be2f629d FixedResourcePool upgraded
Added pool destroy method.
Added idle connections validation (When needed)
Added metrics log every 10 seconds.
2010-09-07 22:15:32 +08:00
Jonathan Leibiusky
9fb41cfce4 Added sorting support to transaction 2010-09-07 09:58:36 -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
Jonathan Leibiusky
71c9c35ba9 Increased version 2010-09-04 11:30:58 -03:00
Jonathan Leibiusky
68905396d5 Fixed EOFException issue with JedisPool. Was trying to reuse a broken Jedis 2010-09-04 11:29:54 -03:00