Skip to content

Commit d3dbccd

Browse files
committed
Okay, maybe redis needs a DB index of 0 since we don't have an RDBMS yet...
1 parent de21f1e commit d3dbccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonkc_site/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
'BACKEND': 'redis_cache.RedisCache',
164164
'LOCATION': '{0}:{1}'.format(GONDOR_REDIS_HOST, GONDOR_REDIS_PORT),
165165
'OPTIONS': { # optional
166-
'DB': 1,
166+
'DB': 0,
167167
'PASSWORD': GONDOR_REDIS_PASSWORD,
168168
}
169169
}

0 commit comments

Comments
 (0)