module RedisClient::Decorator::CommandsMixin

def initialize(client)

def initialize(client)
  @client = client
end