Nineya
Home
Blog
软著申请
Redis [NEW]Passphrase option for encrypted SSL Private keys
2025-01-16 20:07:31
1991
Redis now seems doesn't support Encrypted SSL private keys because there is no option in config to pass it to the server...
Redis Same Key present in two master nodes
2025-01-16 20:07:28
973
Hey there!Current architecture:Redis version: 3.2.93 master nodes with 2 slaves.I was trying to set up a new cluster(red...
Redis [BUG] HELLO AUTH command changes behaviour when default user is secured
2025-01-16 20:07:26
6025
Hi Redis gurus,I'm sorry to be a bother, but the below behaviour has me stumped :/Describe the bugMy goal; disable/deact...
Redis [QUESTION] AOF out of disk space
2025-01-16 20:07:23
1731
Hey all, running into an issue with AOF disk space. I was under the impression compaction is run in the background to pr...
Redis [BUG] Redis-cli INFO says its running in standalone mode even though it is running with Sentinel (6.0.10)
2025-01-16 20:07:20
6907
Describe the bugRedis Version 6.0.10, running in Docker.I'm running 3 redis servers in Sentinel Mode but the output of i...
Redis [CRASH]Can't start redis server. Crashed by signal: 10
2025-01-16 20:07:18
1903
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
Redis [BUG] "No such file or directory" error, when redis unixsocket does not exist
2025-01-16 20:07:15
1976
"No such file or directory" errorwhen we want to use redis unixsocket it is possible that given path for socket does not...
Redis [BUG] Broken/Inconsistent parsing behavior when applying ACL with wildcard
2025-01-16 20:07:10
1945
Describe the bugI've been playing with ACL trying to get a sense of how it works and noticed some weird parsing inconsis...
Redis Potential bug in 'void sentinelReconnectInstance(sentinelRedisInstance *ri)'
2025-01-16 20:07:08
4124
`void sentinelReconnectInstance(sentinelRedisInstance ri) { if (ri->link->disconnected == 0) return; if (ri-...
Redis [QUESTION] Tx and goroutine
2025-01-16 20:07:05
945
Hi,If I do a transaction with one go routine that does watch and exec using redis.Tx on one key, and in parallel a diffe...
Redis [NEW] Prefix Search API Support for Rax Library
2025-01-16 20:07:02
2159
Not sure if this is correct place for raise this issue for discussion or not, but i saw https://github.com/antirez/rax w...
Redis [BUG] Environment variables are not exposed to redis modules
2025-01-16 20:06:59
1688
Describe the bugWhen building a redis module, environment variables are not exposed to the module.To reproduceAttached i...
Redis [CRASH] redis crash with exit code 11,
2025-01-16 20:06:56
50668
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
Redis [QUESTION]how to restore redis 3.0.6 with redis 4.0's dump.rdb ?
2025-01-16 20:06:54
2421
how can I migrate to version 6 from verison 8? I want to store sorted sets with string instead of binary double values. ...
Redis [BUG] hset does not support multiple dict mapping
2025-01-16 20:06:51
3216
Describe the bughset does not support multiple dict mapping. The code in hset and hmset are exactly same, but it seems h...
Redis Please, do not automatically reassing slave when master became empty.
2025-01-16 20:06:46
1022
This code leads to weird issues in production when slots are rebalanced:https://github.com/antirez/redis/blob/e6b0e8d9ec...
Redis [QUESTION]How to set the expire time of the internal elements of the hash
2025-01-16 20:06:44
549
I use redis hash to store some data. I now want to set the expire time for some elements in the hash. Does redis support...
Redis [BUG] Redis Module key manipulations don't initiate RDB snapshot saves
2025-01-16 20:06:41
3145
Describe the bugManipulating keys with Redis Module functions like RedisModule_StringSet don't increment redisServer.dir...
Redis add/change --bigkeys behaviour to report used memory of largest keys in a DB
2025-01-16 20:06:38
3469
As of now, --bigkeys scans the entire dataset and reports the largest keys (number of elements for nested data types) fo...
Redis why clusterReplyMultiBulkSlots loops with nodes and slots?
2025-01-16 20:06:35
1306
https://github.com/redis/redis/blob/362f2a84bd67a1b65d810b064163e8432c79138e/src/cluster.c#L4341as nodes slots metadata ...
上一页
下一页
1
…
850
851
852
853
854
…
2246
.