Nineya
Home
Blog
软著申请
Redis [CRASH] Redis 6.2.6 crashed by signal: 11, si_code: 1 | redislabs/redismod:latest | Intel Mac
2025-01-16 21:11:37
24960
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
2025-01-16 21:11:34
2253
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
2025-01-16 21:11:31
8465
In redis cluster environment...# redis-cli -h 192.168.0.162 -p 6381 -a 123456 cluster nodes5b1c8632b07fe88e659637e9e006d...
Redis high memory in redis stream
2025-01-16 21:11:28
837
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
2025-01-16 21:11:25
14628
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
2025-01-16 21:11:22
11150
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
2025-01-16 21:11:20
1636
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
2025-01-16 21:11:17
929
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)
2025-01-16 21:11:08
7992
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
2025-01-16 21:10:56
2498
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
2025-01-16 21:10:53
2390
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
2025-01-16 21:10:50
7127
With the current implementation of sharded PubSub there is no way to distinguish between "regular" and sharded PubSub me...
Redis Redis Cluster in k8s
2025-01-16 21:10:47
46156
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
2025-01-16 21:10:44
703
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
2025-01-16 21:10:42
471
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.
2025-01-16 21:10:39
3610
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?
2025-01-16 21:10:33
851
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)
2025-01-16 21:10:30
22632
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]
2025-01-16 21:10:28
2823
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
2025-01-16 21:10:25
2088
The problem/use-case that the feature addressesA description of the problem that the feature will solve, or the use-case...
上一页
下一页
1
…
801
802
803
804
805
…
2246
.