Fix bug in JedisCluster del command. Fix #568
This commit is contained in:
@@ -1129,7 +1129,7 @@ public class JedisCluster implements JedisCommands, BasicCommands {
|
|||||||
public Long execute(Jedis connection) {
|
public Long execute(Jedis connection) {
|
||||||
return connection.del(key);
|
return connection.del(key);
|
||||||
}
|
}
|
||||||
}.run(null);
|
}.run(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user