summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/redis.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/nfsw/redis.py b/nfsw/redis.py
index 8ce9af4..27d8688 100644
--- a/nfsw/redis.py
+++ b/nfsw/redis.py
@@ -5,7 +5,18 @@ from flask import current_app, g, session
def keys():
"""List of keys used by nfsw"""
return [
- k('scene')
+ k('log'),
+
+ k('scene'),
+ k('scene:sexshop:gg'),
+ k('scenes:done'),
+
+
+ k('player:type'),
+ k('player:type:body'),
+ k('player:type:mind'),
+
+
]
def redis():