module RedisClient::HasCommand

Attributes

command[R]

Public Instance Methods

_set_command(command) click to toggle source
# File lib/redis_client.rb, line 120
def _set_command(command)
  @command = command
end