module RedisClient::Decorator::CommandsMixin
Public Class Methods
new(client)
click to toggle source
# File lib/redis_client/decorator.rb, line 18 def initialize(client) @client = client end