Redis Get error ‘Invalid reply type (6) for TYPE on key’ when use redis-cli -h xxx -p xxx -c --bigkeys

redis version:3.0.6error info:[root@iZwz98p616e5852b58oeicZ redis-7001]# src/redis-cli -h 127.0.0.1 -p 7001 -c --bigkeys...

Redis [QUESTION] How Do I Manually Fault a Redis Slot?

I had an issue where the Redis slot failed and failed to recover.I want to recreate the slot fault scenario.so, How Do I...

Redis [BUG] redis resets "dir" parameter to "/etc"

DescriptionAfter some time (~5 min, some event I guess), redis resets dir parameter to /etc.To reproduceInitialize AWS E...

Redis [BUG] redis keeps resetting "dir" parameter to "/etc"

DescriptionAfter some time (~5 min, some event I guess), redis resets dir parameter to /etc.To reproduceInitialize AWS E...

Redis [BUG] cannot get redis to bind localhost when --port argument specified

Describe the bugThe redis.conf file already contains bind 127.0.0.1 ::1. This seems to work. But if redis is started w...

Redis [NEW] Implement LIMIT to SINTERCARD

The problem/use-case that the feature addressesIn some use cases, the cardinality of the set intersection is required up...

Redis redis halts/idle more than 10 seconds after BGSAVE finishes

Discussed in https://github.com/redis/redis/discussions/9457Originally posted by **nbari** September 2, 2021I am runnin...

Redis how can i count a zSet score by original API?

how can i count a zSet score by original API?Comment From: sundbDo you mean the total score?Comment From: Snax1210yesCom...

Redis A better approach for COMMAND INFO for movablekeys commands

The problemReading the documentation:https://redis.io/commands/command#movable-keyshttps://redis.io/commands/command-get...

Redis build with clion has error

====================[ Build | redis | Debug ]==================================="C:\Program Files\JetBrains\CLion 2...

Redis redis cluster create do not support domain name,when in k8s pod is down,will the cluster recover?

redis cluster create do not support domain name,when in k8s pod is down,will the cluster recover?Comment From: itamarhab...

Redis Crash repor

Our production redis server crashed after about 2 months continuous uptime.Running ubuntu 14.04 Server on Amazon r3.larg...

Redis The only way to configure tilt milliseconds is via a recompilation

Could we have it as a configuration option as well?Comment From: georgasaDo we have any news on this? Changing tilt's se...

Redis linux compile error zmalloc.c:109: error: invalid lvalue in unary &'

zmalloc.c: In function zmalloc':zmalloc.c:109: error: invalid lvalue in unary&'zmalloc.c:109: error: invalid lvalue ...

Redis Internal dep's are built with sites on Redis webpage

Referencing this article for fix:http://unix.stackexchange.com/questions/94479/jemalloc-and-other-errors-making-redis-on...

Redis Will the GEORADIUS support pagination?

I wonder if GEORADIUS would support pagination?something like providing skip parameter:redis> GEORADIUS Sicily 15 37 ...

Redis "Not enough good slaves to write" failure when pipelining commands

Hi,We use a Redis (version 3.0.5) with Linux in our testing environment servers. And have a "master-slave" con...

Redis Redundant dbId in server.h

line 569, 570.The struct already contains value for dbID then why it is repeated at next line (570)?Comment From: rustyh...

Redis Potential crash on platforms with strict alignment requirements

Hello,As of the unstable version, redis uses the MurmurHash2 hash function, which assumes that your machine doesn't cras...

Redis AOF: temp aof rewrite files can be left on slave

If MASTER <-> SLAVE sync will start in the middle of AOF rewrite, the child process will be killed without cleanin...
上一页 下一页
.