mirror of
https://github.com/kennethreitz-archive/redi.git
synced 2026-06-05 07:26:14 +00:00
well that fixes that
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ Simple, eh?
|
||||
from . import config, models, db, utils
|
||||
|
||||
# REDI.S!
|
||||
s = models.RedisKey('', redis=config.redis, o=True)
|
||||
s = models.RedisKey('', redis=None, o=True)
|
||||
|
||||
|
||||
def key(key, redis=config.redis, default=None):
|
||||
|
||||
Reference in New Issue
Block a user