python - Change the session backend to be written through in django project -


currently session stored using redis back-end ( uses django-redis-sessions ). implementation such redis failure cause failure of site. possible fix using different session store has write_through db failover or patch django-redis-sessions enable write_through db?

how can solve issue? ....if redis server fails how can continue session db value? ....i need python code


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -