summaryrefslogtreecommitdiffstats
path: root/nfsw/redis.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-28 20:37:46 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-28 20:37:46 -0400
commite5885dda12038bcd3c7fbcfe091730b212cb18ce (patch)
tree799e9c946f8a70c0f395d2532278be2ef9b4c869 /nfsw/redis.py
parentfe95805d4ea705f5328d8b6a3a4648dcb358deb5 (diff)
nfsw/redis.py: Update keys
* nfsw/redis.py (keys): Add new keys.
Diffstat (limited to 'nfsw/redis.py')
-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():