Redis [NEW]Passphrase option for encrypted SSL Private keys

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

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

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

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)

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

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

"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

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)'

`void sentinelReconnectInstance(sentinelRedisInstance ri) { if (ri->link->disconnected == 0) return; if (ri-...

Redis [QUESTION] Tx and goroutine

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

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

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,

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 ?

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

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.

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

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

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

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?

https://github.com/redis/redis/blob/362f2a84bd67a1b65d810b064163e8432c79138e/src/cluster.c#L4341as nodes slots metadata ...
上一页 下一页
.