Skip to content

Commit

Permalink
Redis session db.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Mar 21, 2013
1 parent 083447a commit 4b8b958
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/requirements.txt
Expand Up @@ -24,7 +24,6 @@ nltk==2.0.4
oauth2==1.5.211
PIL==1.1.7
psutil==0.6.1
psycopg2==2.4.6
pyes==0.19.1
pyflakes==0.6.1
pymongo==2.2
Expand Down
1 change: 1 addition & 0 deletions settings.py
Expand Up @@ -435,6 +435,7 @@ def allow_syncdb(self, db, model):
REDIS = {
'host': 'db10',
}
SESSION_REDIS_DB = 5

# =================
# = Elasticsearch =
Expand Down

0 comments on commit 4b8b958

Please sign in to comment.