We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1230a2e commit a86f4ccCopy full SHA for a86f4cc
splitio/storage/adapters/redis.py
@@ -608,16 +608,6 @@ class RedisPipelineAdapterBase(object, metaclass=abc.ABCMeta):
608
"""
609
Template decorator for Redis Pipeline.
610
611
- def __init__(self, decorated, prefix_helper):
612
- """
613
- Store the user prefix and the redis client instance.
614
-
615
- :param decorated: Instance of redis cache client to decorate.
616
- :param _prefix_helper: PrefixHelper utility
617
618
- self._prefix_helper = prefix_helper
619
- self._pipe = decorated.pipeline()
620
621
@abc.abstractmethod
622
def rpush(self, key, *values):
623
"""Mimic original redis function but using user custom prefix."""
0 commit comments