public interface IRedisTransaction
| Modifier and Type | Method and Description |
|---|---|
String |
discard() |
List<Object> |
exec() |
IRedisClient |
multi() |
String |
unwatch() |
String |
watch(String key) |
String discard() throws DiscardWithoutMultiException, NotImplementedException
List<Object> exec() throws ExecWithoutMultiException, NotImplementedException
IRedisClient multi() throws NotImplementedException
NotImplementedExceptionString unwatch() throws NotImplementedException
NotImplementedExceptionString watch(String key) throws NotImplementedException
NotImplementedExceptionCopyright © 2015. All rights reserved.