module RedisClient::Decorator::CommandsMixin
Public Class Methods
Source
# File lib/redis_client/decorator.rb, line 19 def initialize(client) @client = client end
# File lib/redis_client/decorator.rb, line 19 def initialize(client) @client = client end