Nineya
Home
Blog
软著申请
Redis [BUG] Potential data race on server.loading flag
2025-01-16 19:48:44
1458
Describe the bugWe are developing a static data race detection tool and detected a potential data race on the server.loa...
Redis Are Redis logs encrypted
2025-01-16 19:48:42
158
Are the Redis logs encrypted?If not are there any plans to encrypt them?Comment From: oranagraNo, and No. But AFAIK we d...
Redis Redis sentinel never exits sdown state if initial password auth failed
2025-01-16 19:48:39
9175
On my environment we are using many sentinel servers (v4.0.11) which are managing redis clusters. Every cluster has 3 no...
Redis AttributeError: 'Redis' object has no attribute 'bzpopmin'
2025-01-16 19:48:35
1164
I am using redis 3.2.0 inside virtual environment for a project.I was facing issues with celery so I installed Redis 5.0...
Redis Is it possible to have sentinel working with replicas whose passwords are different from master?
2025-01-16 19:48:32
1046
Currently, I can't see any way to provide a slave password to the sentinel.This forces to have the same password for the...
Redis Redis 6.0 use double fclose in rdb.c
2025-01-16 19:48:29
1455
https://github.com/antirez/redis/blob/8f5c2bc8aa79985f6767e4847cc5a5d9606b1b5c/src/rdb.c#L1307in rdbSave(char filename, ...
Redis [WIP] Redis v6 documentation
2025-01-16 19:48:27
2184
This issue is for tracking documentation goals for v6 GA.[x] KEEPTTL option for SET command via https://github.com/antir...
Redis Is there any problem?
2025-01-16 19:48:24
509
in file: https://github.com/antirez/redis/blob/unstable/src/config.hLine:sync_file_range(fd,off,size,SYNC_FILE_RANGE_WAI...
Redis stream.h typedef struct sreamPropInfo <- maybe typo
2025-01-16 19:48:21
172
stream.htypedef struct sreamPropInfo { robj keyname; robj groupname;} streamPropInfo;Comment From: trevor211It's a...
Redis [NEW] ZINTER/ZUNION support
2025-01-16 19:48:18
3999
The problem/use-case that the feature addressesThe user only wants to view the result of the intersection or union and d...
Redis Reason Redis failovered - Switch master
2025-01-16 19:48:14
444
Hi ,My system have 4 node about: 1 master / 3 slave (4 sentinel each for node). After run stable about 10 days so master...
Redis ZADD option: Conditionally Update Score for Existing Keys
2025-01-16 19:48:12
2682
SummaryAs of Redis 3.2, ZADD provides two options for adding key/score pairs to a sorted set:XX: Only update elements th...
Redis 科技向善,来自常熟农商银行程序员的呼救!
2025-01-16 19:48:09
383
感谢各位贡献者,常熟银行【股票代码:601128】有幸在生产系统中使用本项目。 各位的成果正在服务于千万上亿的资金流转!感谢!但是,常熟农商银行搬砖的程序员小伙伴们现在正处于严重威胁身体健康的办公环境当中!我们已有近百名程序员体检发...
Redis redundancy and misspelling in ziplist.c
2025-01-16 19:48:06
507
“;" is redundanthttps://github.com/antirez/redis/blob/8acc07e6f097f20701813f9caa01e038e4226886/src/ziplist.c#L393https:/...
Redis redis 3.2.8 cluster opens too many TCP connections
2025-01-16 19:48:03
1520
HI,I am running Redis Server 3.2.8 in cluster mode. I run 3 nodes on 1 host and 3 nodes on 2nd host.They form cluster. I...
Redis [QUESTION] -failover-abort-no-good-slave. When does it occur?
2025-01-16 19:48:00
4501
Hi!I am interested in when calls to the sentinelFailoverSelectSlave function are init and when the sentinelSelectSlave f...
Redis Slave loading old Master data after bgsave was killed with signal 9
2025-01-16 19:47:58
1192
I have a master and a slave using AOF.The master machine is experiencing some kind of hardware issues related to the har...
Redis This logic is redundant
2025-01-16 19:47:55
141
src/util.c: 371This logic is redundant on line 353.Comment From: trevor211It's already fixed.Comment From: trevor211Safe...
Redis Small fix, comments of xgroupCommand() mised <groupname>
2025-01-16 19:47:52
343
https://github.com/antirez/redis/blob/2f2987ffc5c3cbf8eab307782a07f20492a3d439/src/t_stream.c#L1644hi , does the commen...
Redis 【migrate】IOERR occured when migrate a large value
2025-01-16 19:47:49
1587
when I migrate a list type key containing 30 million fields to another Redis, prompting an error: 127.0.0.1:6379> MI...
上一页
下一页
1
…
869
870
871
872
873
…
2246
.