Fix Jedis persist does not execute as part of a transaction
DATAREDIS-160
This commit is contained in:
@@ -699,7 +699,7 @@ public class JedisConnection implements RedisConnection {
|
||||
public Boolean persist(byte[] key) {
|
||||
try {
|
||||
if (isQueueing()) {
|
||||
client.persist(key);
|
||||
transaction.persist(key);
|
||||
return null;
|
||||
}
|
||||
if (isPipelined()) {
|
||||
|
||||
Reference in New Issue
Block a user