Scenario:
Follow below steps:
- Portainer host -> local -> Containers -> Container -> Redis
- Redis command prompt
- cd /usr/local/bin enter
- ls enter
- redis-cli -h hostname -p port
- KEYS *
- All Keys still in queue or stuck to be consumed
- LLEN keyname
- If there are any still in queue or stuck to be consumed
To connect without redis-cli use below:
- ncat -v --ssl redisendpoint 6379 --if not on ssl, remove ssl option
- To close connection ctrl + D
DELETE Key
- DEL KeyName
No comments:
Post a Comment