Skip to content

Commit a86f4cc

Browse files
committed
polish
1 parent 1230a2e commit a86f4cc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

splitio/storage/adapters/redis.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -608,16 +608,6 @@ class RedisPipelineAdapterBase(object, metaclass=abc.ABCMeta):
608608
"""
609609
Template decorator for Redis Pipeline.
610610
"""
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-
621611
@abc.abstractmethod
622612
def rpush(self, key, *values):
623613
"""Mimic original redis function but using user custom prefix."""

0 commit comments

Comments
 (0)