# File lib/redis/namespace.rb, line 261
    def _client
      @has_new_client_method ? @redis._client : @redis.client # for redis-4.0.0
    end