We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I relize that when i logout old session key still remaining.
Then I get some problem when try to clear session by execute command:
python manage.py clearsessions
then get : Session engine 'redis_sessions.session' doesn't support clearing expired sessions.
Session engine 'redis_sessions.session' doesn't support clearing expired sessions.
I have a lot of remaining session in redis DB. so it's usually out of Memory on my server.
I am using version django-redis-sessions-0.4.0.
django-redis-sessions-0.4.0
Thanks for help.
The text was updated successfully, but these errors were encountered:
I got the same problem too. Did you find any solutions to this?
Sorry, something went wrong.
Since redis itself supports key expiration, clearsessions shouldn't be needed. Can you check the expiration dates for your very old sessions?
clearsessions
No branches or pull requests
I relize that when i logout old session key still remaining.
Then I get some problem when try to clear session by execute command:
python manage.py clearsessions
then get :
Session engine 'redis_sessions.session' doesn't support clearing expired sessions.
I have a lot of remaining session in redis DB. so it's usually out of Memory on my server.
I am using version
django-redis-sessions-0.4.0
.Thanks for help.
The text was updated successfully, but these errors were encountered: