fixed up some missing pipelined methods
This commit is contained in:
@@ -60,4 +60,6 @@ public interface MultiKeyBinaryRedisPipeline {
|
||||
Response<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout);
|
||||
|
||||
Response<Long> publish(byte[] channel, byte[] message);
|
||||
|
||||
Response<byte[]> randomKeyBinary();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user