Reinstate Redis cache
This commit is contained in:
@@ -133,7 +133,7 @@ class Chan4(object):
|
||||
continue
|
||||
else:
|
||||
posts[key][index]["type"] = "update"
|
||||
#db.r.set(redis_key, hash)
|
||||
db.r.set(redis_key, hash)
|
||||
|
||||
for key2, value in list(post.items()):
|
||||
if key2 in ATTRMAP:
|
||||
|
||||
Reference in New Issue
Block a user