python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
redis-cli --pipe yields MOVED errors when bulk uploading to Elasticache with cluster-mode enabled
I am trying to use redis-cli --pipe to bulk upload some commands to my AWS Elasticache for redis cluster. The commands come from parsing a file via a custom awk command, which helps generate some HSET...

DBOY
Votes: 0
Answers: 1
Could not connect to Redis at 127.0.0.1:6379: Connection refused, But Redis is running already
I have Redis running on my server and when I check it using the command I get the following output.
● redis.service - Redis persistent key-value database
Loaded: loaded (/usr/lib/systemd/system/red...

Happy Coder
Votes: 0
Answers: 0
Error while using Redis Expire command options
I am trying to set expiry on a key if expiry is not already set by using NX option of Expire command.
But I keep getting error from redis-cli, and when I try from code NX option gets ignored.
When I t...

sachin p
Votes: 0
Answers: 1
In redis, how to remove a particular value for a key
I have below values for key google.com, how can I delete 109 from the table? I tried with del command, but it deletes all values.
127.0.0.1:6379> hgetall google.com
1) "57"
2) "58&qu...
Q.W.
Votes: 0
Answers: 1