Commit Graph

25 Commits

Author SHA1 Message Date
Marcos Nils
4b07966e74 Checks for buffer out of bounds before writing to the stream. Fixes #636 2014-05-20 11:42:16 -03:00
Jonathan Leibiusky
105ca9f5bb Reformat all files in the project according to java conventions. 2014-01-31 11:24:06 -05:00
KARASZI István
9d4d11ef46 no need to instantiate the Protocol class that can be static 2011-09-26 15:40:16 +02:00
Pieter Noordhuis
9dd23cec81 Flush to socket when starting to read 2011-02-25 13:00:34 +01: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
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
ad5f44edc4 Fix some more U tests ... 2010-11-05 10:21:38 +01:00
Yaourt
f8afa09aa5 Fix some more U tests ... 2010-11-05 09:53:37 +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
6a1e141064 Added sharding benchmark and removed some imports 2010-09-30 21:04:21 -03:00
Yaourt
e4ee2c04b7 Merge from upstream/master. 2010-09-13 11:08:02 +02: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
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
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
1df234153b New exception management. Less exceptions... assume everything works 2010-08-04 20:15:08 -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