Added commands operating on strings

This commit is contained in:
Jonathan Leibiusky
2010-06-13 00:15:42 -03:00
parent def3f38de7
commit de444d0cd6
4 changed files with 212 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ public class AllKindOfValuesCommandsTest extends Assert {
@Test
public void randomKey() throws JedisException {
assertEquals("", jedis.randomKey());
assertEquals(null, jedis.randomKey());
jedis.set("foo", "bar");