You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My test setups are using osctrl docker containers.
redis:6.2.6-alpine3.15 docker image is in use.
Redis is working fine in 'setup1' but in the 'setup2', the redis has stopped populating any data.
In the setup2, I did delete the docker volume of redis and also deleted container and then restarted it.
I noticed the redis issue when the queries executed in setup1 were fetching results successfully and the queries in setup2 were failing since a month or so.
On fresh installations, the docker images work fine.
I am not using any custom redis conf.
Permissions look fine, disk space is available.
Any suggestions to troubleshoot?
Logs will stop going to the cache, once #435 lands, since it was compromising the integrity of the redis service. Also redis was not expiring keys properly so I may need to look into that. Thanks!
My test setups are using osctrl docker containers.
redis:6.2.6-alpine3.15 docker image is in use.
Redis is working fine in 'setup1' but in the 'setup2', the redis has stopped populating any data.
In the setup2, I did delete the docker volume of redis and also deleted container and then restarted it.
I noticed the redis issue when the queries executed in setup1 were fetching results successfully and the queries in setup2 were failing since a month or so.
On fresh installations, the docker images work fine.
I am not using any custom redis conf.
Permissions look fine, disk space is available.
Any suggestions to troubleshoot?
working setup shows
ubuntu@test1:~$ docker exec -it osctrl-redis redis-cli
127.0.0.1:6379> keys *
....
127.0.0.1:6379>
non-working setup shows
ubuntu@test2:~$ docker exec -it osctrl-redis redis-cli
127.0.0.1:6379> keys *
(empty array)
127.0.0.1:6379>
The text was updated successfully, but these errors were encountered: