Commit Graph

33 Commits

Author SHA1 Message Date
Steven Hugg
33ceb6da0f set keepAlive on pub/sub sockets (infinite timeout) in case we don't see the connection close 2011-02-16 09:59:31 -05:00
Mike Hobbs
dad1b8c394 Connect.connect() now honors timeout value 2011-02-10 15:00:53 -03:00
Jonathan Leibiusky
2a4a43f4cd add JedisDataException and JedisConnectionException 2011-01-30 17:46:17 -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
Jonathan Leibiusky
f62548931c Add a pool for sharded jedis 2010-11-10 13:41:41 -03:00
Yaourt
3d8d152227 Apache Jakarta commons-pool based JedisPool. 2010-11-07 22:32:19 +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
ead39394a1 Fix some broken U tests (there are stille broken tests, working on it) 2010-11-04 18:55:00 +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
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
Alex Tkachman
53efb8471f simplification of sharding 2010-09-16 15:41:04 +02: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
Alex Tkachman
f9e7887e02 more optimizations on write side 2010-09-12 17:05:58 +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
KARASZI István
7c680634a3 autoboxings fixed 2010-09-10 23:53:19 +08:00
Jonathan Leibiusky
68905396d5 Fixed EOFException issue with JedisPool. Was trying to reuse a broken Jedis 2010-09-04 11:29:54 -03:00
Jonathan Leibiusky
048d87d26c Addded default socket timeout of 2000 ms 2010-08-08 14:52:35 -03:00
Jonathan Leibiusky
f0a426a7c7 Implemented MONITOR 2010-08-08 13:48:04 -03:00
Jonathan Leibiusky
5679597495 Added pipeline support 2010-08-05 21:45:21 -03:00
Jonathan Leibiusky
01da80627d Added receive buffer to the socket 2010-08-05 00:35:06 -03:00
Jonathan Leibiusky
3af260f904 Added DataStreams and BufferedStream to increase performance 2010-08-04 22:11:00 -03:00
Jonathan Leibiusky
1df234153b New exception management. Less exceptions... assume everything works 2010-08-04 20:15:08 -03:00
Jonathan Leibiusky
20acb5bc60 Refactored to support object multi bulk reply 2010-07-07 22:55:35 -03:00
Jonathan Leibiusky
81cc2cec8e Added transactions support 2010-07-05 00:35:47 -03:00