CoderJony

Redis

Command to list all active channels in Redis Pub/Sub

Command to list all active channels in Redis Pub/Sub

In Redis Pub/Sub, we create different Redis channels as per the application requirement. Each application using Redis Pub/Sub will use these channels for either publishing purposes or subscribing purposes.

Read More By Ankush Jain
Solution- CLUSTERDOWN Hash slot not served in case of single master failure

Solution- CLUSTERDOWN Hash slot not served in case of single master failure

If you are not using Redis in cluster mode or master-slave mode & still getting this error CLUSTERDOWN Hash slot not served then you must try the below solution. That should fix the issue.

Read More By Ankush Jain
Redis Cluster continuously logging - WSA_IO_PENDING writing to socket

Redis Cluster continuously logging - WSA_IO_PENDING writing to socket

I came across this issue when I was checking Redis log file on server. When I looked at the Redis Log File, I wondered after seeing its size. It was about 4GB. When I tried to open that file, I got a prompt saying File is too large to open in notepad.

Read More By Ankush Jain
How to get all keys in Redis?

How to get all keys in Redis?

If you are using Redis-CLI & want to get all keys in Redis, then you can use below command in Command Prompt. This will return all available keys in Redis Data Store.

Read More By Ankush Jain