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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -