Daniel Josefsson
|
40c8a93340
|
Merge branch 'master' into eval-with-nested-lists-and-longs
Conflicts:
src/main/java/redis/clients/jedis/Jedis.java
src/test/java/redis/clients/jedis/tests/commands/ScriptingCommandsTest.java
|
2014-02-05 22:24:23 +00:00 |
|
Jonathan Leibiusky
|
105ca9f5bb
|
Reformat all files in the project according to java conventions.
|
2014-01-31 11:24:06 -05:00 |
|
Jungtaek Lim
|
53b3e041f3
|
Fix BinaryJedis.eval() method bug (argument)
* append unit test for BinaryJedis
|
2013-12-23 14:19:28 +09:00 |
|
Daniel Josefsson
|
4fb85d0d60
|
Fixed the ordering of arguments in assertions for a couple of older tests.
|
2013-11-08 22:54:27 +00:00 |
|
Daniel Josefsson
|
17f6ee63dc
|
Added support for nested lists, and longs in lists.
|
2013-11-08 22:25:37 +00:00 |
|
Hisham Mardam-Bey
|
597366343d
|
Fixed up eval(sha) tests to better check that the lua script ran properly.
|
2013-10-05 18:13:30 -04:00 |
|
Jonathan Leibiusky
|
9d538a06fd
|
when a script returns Null value, jedis throws NullPointerException
|
2013-02-05 15:44:35 -03:00 |
|
samhendley
|
1a96769481
|
updated scripting test to be more tolerant of changing error messages (changed since 2.6.0)
|
2013-01-09 22:52:38 -05:00 |
|
ivowiblo
|
df75c72825
|
Eval and Evalsha api improved
|
2012-04-14 22:54:43 -03:00 |
|
Ivo Ramirez
|
df1dfce327
|
SCRIPT KILL command fixed
|
2012-04-14 10:26:14 -03:00 |
|
Ivo Ramirez
|
9bf19c6237
|
Binary scripting API is tested
|
2012-04-14 10:17:41 -03:00 |
|
Ivo Ramirez
|
3c86ebcd36
|
Script commands are supported.
|
2012-04-14 08:45:26 -03:00 |
|