Nineya
Home
Blog
软著申请
Redis migrate command will fail if ip and port is node self
2025-01-16 20:53:44
1135
for example, if the node is 127.0.0.1 and port is 7003, and it's a master, then exec the command: redis-cli -p 7003 mig...
Redis [NEW] Incorrect escaping in single-quote strings
2025-01-16 20:53:40
1190
redis-version is 5.0.11127.0.0.1:6379> auth '3er4#ER$`~!@#$%^&*()-_=+\' Invalid argument(s)127.0.0.1:6379> aut...
Redis Redis Functions - Libraries
2025-01-16 20:53:37
16847
Redis Functions - LibrariesRedis Functions PR introduces a new scripting approach. One of the common requests that came ...
Redis [BUG] xclaim claims the message but returns nil
2025-01-16 20:53:34
3390
Describe the bug(I know 1 as min_idle_time is not the finest idea but it was in order to get an clean example)Message is...
Redis [CRASH] c->cmd nullified within cmd->proc call.
2025-01-16 20:53:01
27948
Crash reportThere was a crash in the cluster tests in GH actions.https://github.com/redis/redis/runs/5001700579?check_su...
Redis User replication in master-slave[NEW]
2025-01-16 20:52:58
1014
Using Redis 6I am working on developing a credential management system for Redis using Hashicorp vault, which is able to...
Redis [Feature Request] ACL and Config propagation in Cluster mode
2025-01-16 20:52:55
4382
I'm trying to understand how ACL works when using a Redis cluster. From the testing I have done, each node participatin...
Redis Unable to AUTH to MASTER
2025-01-16 20:52:53
2169
Hi,I'm using redis server 3.2.10.But when use redis-cli >infothen it's show this Replicationrole:slavemaster_host:144...
Redis [BUG] Inconsistency in errors returned from EVAL scripts.
2025-01-16 20:52:50
3365
When running a LUA script via eval we may get an Redis error response (a RESP error line starting with -) for different ...
Redis [BUG] XAUTOCLAIM returns nil for old messages in PEL
2025-01-16 20:52:48
4261
Describe the bugCalling XAUTOCLAIM in some instances will return nil but still register the pending messages. ~~When I c...
Redis XCLAIMing XDELeted entries
2025-01-16 20:52:45
5641
127.0.0.1:6379> XADD x 1 f1 v1"1-0"127.0.0.1:6379> XADD x 2 f1 v1"2-0"127.0.0.1:6379> XADD ...
Redis getKeysFromCommandWithSpecs Handling module key-spec flags for ACL selectors
2025-01-16 20:52:42
2118
since the moduleGetCommandKeysViaAPI api doesn't support flags, and modules can soon declare key-specs, we should probab...
Redis RedisModule_KeyAtPos and COMMAND GETKEYS should be able to handle key-spec flags.
2025-01-16 20:52:39
426
The first one is needed for proper ACL key permissions support #9974When we do that we should also expose the variable_f...
Redis [BUG] currentEpoch doesn't decrease on a replica that campaigned for leadership but the election got aborted
2025-01-16 20:52:37
3174
Describe the bugIn cluster mode enabled, when a replica attempts to campaign for leadership, it first bumps its local cu...
Redis [BUG] Protocol error in redis-benchmark
2025-01-16 20:52:34
374
Describe the bugA protocol error happens when running redis-benchmark.To reproduceRun the redis server with the default ...
Redis [BUG] requirepass just doesn't work
2025-01-16 20:52:32
708
When I set the requirepass property by adding it to the root conf (or by setting custom conf) or by adding it upon start...
Redis Add api for functions / eval for ACL check
2025-01-16 20:52:29
923
Something similar to RM_ACLCheckCommandPermissionsdiscussed in #10025Comment From: yoav-steinberg@oranagra @YaacovHazan ...
Redis [BUG]create-cluster doesn't clean appendonlydir in redis 7.0
2025-01-16 20:52:26
1710
Describe the bugA short description of the bug.create-cluster doesn't clean appendonlydirTo reproduceChens-MacBook-Pro:c...
Redis [CRASH]
2025-01-16 20:52:23
30968
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
Redis [CRASH] Found using fuzzing single redis server instance
2025-01-16 20:52:20
9535
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
上一页
下一页
1
…
812
813
814
815
816
…
2246
.