Redis [CRASH] Redis 6.2.6 crashed by signal: 11, si_code: 1 | redislabs/redismod:latest | Intel Mac

Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...

Redis support cross-slots multi-operations in cluster mode

like pipelining, multi-operations is another way to significantly improve performance. In cluster mode, there is a limit...

Redis Using multi-keys command in redis cluster will meet error CLUSTER_REDIR_CROSS_SLOT

In redis cluster environment...# redis-cli -h 192.168.0.162 -p 6381 -a 123456 cluster nodes5b1c8632b07fe88e659637e9e006d...

Redis high memory in redis stream

I use redis version:6.2.6, the stream key is high,I use xadd to limit the length of stream,but the memory kept high,afte...

Redis Unable to start redis-stack-server

Error:Starting redis-stack-server, database path /var/lib/redis-stack9074:C 04 Jun 2022 16:30:17.607 # oO0OoO0OoO0Oo Red...

Redis [CRASH] Redis (graph) crashes on startup

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis Scripts (Functions and Eval) allow violating slot boundaries

If you execute a lua script, you are able to execute commands that cross slots, example:127.0.0.1:6379> eval "re...

Redis [BUG] AOF Compaction stopped

Describe the bugAOF compaction stopped suddenly, crashing our server because we've run out of disk space.I have not step...

Redis large ammount of getClientType() within the reply code is costing us around 3% of cpu cycles on LRANGE command (or any command that heavily relies on partial reply building)

since https://github.com/redis/redis/pull/9166 fix due to #10020 we've largely increased the amount of times we call ge...

Redis [BUG] Blocking commands do not unblock in time under high volume of new connection churns

Describe the bugBlocking commands such as BRPOP can be used in conjunction with a timeout argument. They are supposed to...

Redis Potential data inconsistency when upgrade old version to 7.0 since old version's EVAL use verbatim replication

In #9812 we remove EVAL script verbatim replication, and no longer sort the redis command reply array.It can work well i...

Redis Change sharded PubSub message type to smessage

With the current implementation of sharded PubSub there is no way to distinguish between "regular" and sharded PubSub me...

Redis Redis Cluster in k8s

Crash reportAt certain times the memory of the nodes that the master of redis are on spike up almost double the amount ...

Redis Mark EVAL_RO and EVALSHA_RO as 'readonly' commands

As part of the discussion here: https://github.com/redis/redis/pull/8820#issuecomment-1120887203.We want to recommend cl...

Redis sort set, i hope add ext data for value

The problem/use-case that the feature addressesi want sort set value add ext dataDescription of the featuresometim...

Redis [QUESTION]how to fix it ? redis-cli: redis-cli.c:2454: clusterManagerGetAntiAffinityScore:Assertion key != NULL'failed.

what happend case?Comment From: enjoy-binbinCan you provide a redis version and the steps that we can reproduceComment F...

Redis [QUESTION] Can a Redis instance be configured to NOT overwrite old snapshots?

I am running a redis instance locally. I am using the redis.conf file to provide the fixed directory and filename to my ...

Redis [BUG] qemu: uncaught target signal 11 (Segmentation fault)

For what it's worth, I'm using the JSON module with this instance.Docker image: redislabs/rejson:2.0.4Host: macOS Monter...

Redis [BUG]

sending "expireat" command with only the key (with empty string) as part of a multi command does not return an errorA s...

Redis [NEW]redis sentinel add config to exclude replica-announced replication config rewrite

The problem/use-case that the feature addressesA description of the problem that the feature will solve, or the use-case...
上一页 下一页
.