Did you try to delete the keys in the redis database ?
On Centos with a socket connection :
sudo redis-cli -s /var/run/redis/redis.sock flushall
It’s quite radical, but works for me.
Did you try to delete the keys in the redis database ?
On Centos with a socket connection :
sudo redis-cli -s /var/run/redis/redis.sock flushall
It’s quite radical, but works for me.