Merge pull request #513 from mayank-kakodkar/master
Corrected documentation for Jedis.get(), it returns a Java null, not (nil)
This commit is contained in:
@@ -71,8 +71,8 @@ public class Jedis extends BinaryJedis implements JedisCommands, MultiKeyCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the value of the specified key. If the key does not exist the special
|
* Get the value of the specified key. If the key does not exist null
|
||||||
* value 'nil' is returned. If the value stored at key is not a string an
|
* is returned. If the value stored at key is not a string an
|
||||||
* error is returned because GET can only handle string values.
|
* error is returned because GET can only handle string values.
|
||||||
* <p>
|
* <p>
|
||||||
* Time complexity: O(1)
|
* Time complexity: O(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user