Method: Redis::Commands#method_missing

Defined in:
lib/redis/commands.rb

#method_missing(*command) ⇒ Object (private)

rubocop:disable Style/MissingRespondToMissing



233
234
235
# File 'lib/redis/commands.rb', line 233

def method_missing(*command) # rubocop:disable Style/MissingRespondToMissing
  send_command(command)
end