change doc as it confuses people about setting empty hashes
This commit is contained in:
@@ -717,7 +717,7 @@ public class Jedis extends BinaryJedis implements JedisCommands {
|
|||||||
*
|
*
|
||||||
* @param key
|
* @param key
|
||||||
* @param hash
|
* @param hash
|
||||||
* @return Always OK because HMSET can't fail
|
* @return Return OK or Exception if hash is empty
|
||||||
*/
|
*/
|
||||||
public String hmset(final String key, final Map<String, String> hash) {
|
public String hmset(final String key, final Map<String, String> hash) {
|
||||||
checkIsInMulti();
|
checkIsInMulti();
|
||||||
|
|||||||
Reference in New Issue
Block a user