module FakeRedis::TransactionCommands

def unwatch

def unwatch
  "OK"
end