module RedisClient::Decorator::CommandsMixin

Public Class Methods

new(client) click to toggle source
# File lib/redis_client/decorator.rb, line 19
def initialize(client)
  @client = client
end