We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf54510 commit 2513d25Copy full SHA for 2513d25
splitio/storage/redis.py
@@ -18,7 +18,7 @@
18
MAX_TAGS = 10
19
20
class RedisSplitStorageBase(SplitStorage):
21
- """Redis-based storage base for s."""
+ """Redis-based storage base for feature flags."""
22
23
_FEATURE_FLAG_KEY = 'SPLITIO.split.{feature_flag_name}'
24
_FEATURE_FLAG_TILL_KEY = 'SPLITIO.splits.till'
0 commit comments