change doc as it confuses people about setting empty hashes

This commit is contained in:
Jonathan Leibiusky
2011-04-25 13:12:14 -03:00
parent a94168bcc1
commit e5a3833d4a

View File

@@ -717,7 +717,7 @@ public class Jedis extends BinaryJedis implements JedisCommands {
*
* @param key
* @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) {
checkIsInMulti();