class Redis
def unwatch
- See: #multi -
See: #watch -
Returns:
-
(String)
- `OK`
def unwatch synchronize do |client| client.call [:unwatch] end end
(String)
- `OK`
def unwatch synchronize do |client| client.call [:unwatch] end end