Nineya
Home
Blog
软著申请
Redis [NEW] Add BEVAL / BEVALSHA commands
2025-01-17 01:51:00
4010
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
2025-01-17 01:50:57
24407
=== 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
2025-01-17 01:50:54
27423
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?
2025-01-17 01:50:51
3233
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?
2025-01-17 01:50:48
885
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)
2025-01-17 01:50:46
13196
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。
2025-01-17 01:50:43
1299
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
2025-01-17 01:50:40
27118
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
2025-01-17 01:50:37
300
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
2025-01-17 01:50:35
8016
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
2025-01-17 01:50:32
5523
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
2025-01-17 01:50:28
48960
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
2025-01-17 01:50:25
221
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.
2025-01-17 01:50:23
754
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
2025-01-17 01:50:19
628
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
2025-01-17 01:50:16
3371
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?
2025-01-17 01:50:14
638
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
2025-01-17 01:50:11
1321
https://github.com/redis/redis/blob/6a9cc20d9429e0ce1d6bfca5a40b681b1665cdec/src/ziplist.c#L114-L121This specific exampl...
Redis Avoid unnecessary memory allocation of dict iterators
2025-01-17 01:50:08
7290
Currently whenever a dict iterator is created using dictGetIterator it performs a heap allocation using zmalloc, however...
Redis [CRASH]
2025-01-17 01:50:04
26597
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
上一页
下一页
1
…
791
792
793
794
795
…
2246
.