Marcos Nils
|
50052e90ad
|
Manually merge #400
|
2014-05-25 15:32:12 -03:00 |
|
Jonathan Leibiusky
|
105ca9f5bb
|
Reformat all files in the project according to java conventions.
|
2014-01-31 11:24:06 -05:00 |
|
mindwind
|
1080d136ec
|
new - command for redis 2.6
|
2013-06-29 23:15:56 +08:00 |
|
Eric Treworgy
|
610f7d4546
|
Added incrByFloat and hincrByFloat commands (binary and standard) + support for pipelining and sharding
|
2013-01-07 12:33:19 -08:00 |
|
Jonathan Leibiusky
|
2a4a43f4cd
|
add JedisDataException and JedisConnectionException
|
2011-01-30 17:46:17 -03:00 |
|
Jonathan Leibiusky
|
15c0e242d7
|
add bgrewriteaof
|
2010-12-20 10:36:43 -03:00 |
|
Neil Gentleman
|
f8636ec16b
|
Verify incr behaviour in rollover conditions.
|
2010-11-25 09:45:53 -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
|
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
|
a8ffacd30a
|
Added bunch of missing commands and a test to check if Jedis is updated
|
2010-09-14 12:08:56 -03:00 |
|
Jonathan Leibiusky
|
1df234153b
|
New exception management. Less exceptions... assume everything works
|
2010-08-04 20:15:08 -03:00 |
|
Jonathan Leibiusky
|
b4862828b0
|
Implemented AUTH
|
2010-08-03 23:47:52 -03:00 |
|
Jonathan Leibiusky
|
de444d0cd6
|
Added commands operating on strings
|
2010-06-13 00:15:42 -03:00 |
|
Jonathan Leibiusky
|
def3f38de7
|
Added commands operating on all kind of values
|
2010-06-12 00:29:46 -03:00 |
|