Method: FakeRedis::TransactionCommands#unwatch

Defined in:
lib/fakeredis/transaction_commands.rb

#unwatchObject



79
80
81
# File 'lib/fakeredis/transaction_commands.rb', line 79

def unwatch
  "OK"
end