class RedisClient::Decorator::Client

def initialize(_client)

def initialize(_client)
  super
  @_pipeline_class = self.class::Pipeline
end