Redis [NEW] Add BEVAL / BEVALSHA commands

The problem/use-case that the feature addressesRedis supports a handful of block commands, some of them are very importa...

Redis Redis 3.2.6 crashed by signal: 11

=== REDIS BUG REPORT START: Cut & paste starting from here ===19415:M 22 Jun 11:12:57.911 # Redis 3.2.6 crashed by s...

Redis [BUG] cannot create cluster with docker compose service name

Describe the bugUse docker compose to launch 6 Redis instances and create a cluster. But cannot use redis-cli --cluster ...

Redis Can the same Sentinel be used to monitor Redis TLS and non-TLS servers?

Here is my setup:Redis1 - TCP only (port 6379)Redis2 - TLS and TCP (port 6379, tls-port 7379)Redis3 - TLS only (port 0, ...

Redis Redis TLS - is there a way to avoid saving certs to the file system?

In my redis.conf I can specify this config to run Redis w TLStls-cert-file "redis.crt"tls-key-file "redis...

Redis [CRASH] periodical crash after Lightroom starts exporting (maybe RAM issue)

Here are 9 crashes log. I think I have anought RAM or HDD. Redis first crashes when I start exporting photos in Lightroo...

Redis What caused the exception to occur “ERR Error in ACL SETUSER modifier '&channel*':” error。

127.0.0.1:7777> acl setuser a on >123 allkeys allcommands &channel(error) ERR Error in ACL SETUSER modifier '&...

Redis [NEW] Custom authentication via Modules

The problem/use-case that the feature addressesIn Redis, we have password based authentication for Redis Users. Only sup...

Redis Store plaintext port as an aux field in nodes.conf

I would also like to see us store the plaintext port. I think I mentioned it in the original port meta data PR that on r...

Redis Sentinel failover aborted - failover-abort-not-elected error

Hi,I've 3 nodes with a sentinel and a redis server each. The server "redis1" (the master, with IP: 10.178.7.101) was aff...

Redis Handling HELLO command variations from a Redis Module

The problem/use-case that the feature addressesIt is very difficult to implement a custom AUTH command, since we also ne...

Redis used_memory_peak keep growing but used_memory/used_memory_rss is small

The Redis deployment:- A single instance Redis deployment with a small data set used_memory 80M, RBD 26M.- Read/write wo...

Redis [BUG] server.stat_expired_stale_perc be compared with an integer in src/expire.c

By definition and usage, server.stat_expired_stale_perc should be a decimal, but it is compared with an integer of % her...

Redis [BUG] Potential memory leak.

Describe the bugPotential memory leak in cli_common.c line 59. The return value of SSL_CTX_NEW is not freed when returne...

Redis Remove useless refs change in callHandler function

Hi,I've noticed a bit odd part of the code (in src/connhelpers.h): connIncrRefs(conn); if (handler) handler(conn);...

Redis about redis stream not consuming

Describe the bugwhen due to some network problems or redis down,the application throws error:org.springframework.dao.Que...

Redis [NEW] feature to counter brute force attack?

The problem/use-case that the feature addressescounter brute force attack.Description of the featurecounter brute force ...

Redis semantic uncorresponding in comment of ziplist example

https://github.com/redis/redis/blob/6a9cc20d9429e0ce1d6bfca5a40b681b1665cdec/src/ziplist.c#L114-L121This specific exampl...

Redis Avoid unnecessary memory allocation of dict iterators

Currently whenever a dict iterator is created using dictGetIterator it performs a heap allocation using zmalloc, however...

Redis [CRASH]

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
上一页 下一页
.