Nineya
Home
Blog
软著申请
Redis [CRASH] Redis 5.0.5 crashed by signal: 11
2025-01-16 20:05:33
16570
redis-server.zipWe are running redis cluster, often we see redis server crash with following error. Crash report redi...
Redis [BUG] redis 6.0.11 build failed on FreeBSD 12.2
2025-01-16 20:05:30
3289
cc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -pipe -fstack-protector-strong -f...
Redis EXPIRE, SETEX, should detect time overflows
2025-01-16 20:05:28
524
Moving this issue here from Google Code -> http://code.google.com/p/redis/issues/detail?id=660How to trigger the bug ...
Redis The return value of the update command is inconsistent
2025-01-16 20:05:25
1526
My program checks the return value after each operation of redis, but I found that the return value of some commands is ...
Redis [BUG] 6.2.0 - [err]: Process title set as expected in tests/unit/other.tcl
2025-01-16 20:05:20
6154
Describe the bugAlpine Linux runs the test suite as part of the build process.Unfortunately the newly introduced "Proces...
Redis [BUG] Redis fails to compile if HAVE_MALLOC_SIZE is not defined
2025-01-16 20:05:16
1605
Describe the bugCompiling Redis 6.2.0 on a system without malloc_usable_size() or similar with USE_JEMALLOC=No results i...
Redis [QUESTION] Could not connect to Redis at 127.0.0.1:6380: Connection refused
2025-01-16 20:05:13
867
I can't create cluster mode using version redis-6.0.9, even though redis-server is running successfully but I can't crea...
Redis Backport #8170 to 6.0 to fix concurrency issues in clientsArePaused()
2025-01-16 20:05:09
1984
clientsArePaused() has concurrency issues in threaded mode, and #8170 fix it inadvertently, should we backport to 6.0?Co...
Redis [BUG] SRANDMEMBER with a negative count should return an Array when using RESP3
2025-01-16 20:05:07
1452
Describe the bugSRANDMEMBER with a negative count is supposed to return elements from the set, with replacement, so it's...
Redis [CRASH] Cannot start Redis 6.0.10 on M1 Mac (macOS 11.2.1)
2025-01-16 20:05:04
17466
Hello, I am just starting to learn Redis and wanted to install in on my M1 MacBook Pro. I followed these instructions, b...
Redis in a K8s deployment, Sentinel Can't update the IP of the old master when the old master get back online again with different IP
2025-01-16 20:04:57
10598
in a K8s deployment, When the master redis pod goes down, the failover can happen normally. A slave will be selected as ...
Redis [QUESTION] Sentinel host name support not working as expected.
2025-01-16 20:04:55
24717
Hello @yossigo , thank you for adding #8282 , this is the much awaited PR .we have spent sometime testing that feature o...
Redis Module interface and use of static robj
2025-01-16 20:04:52
1460
The module API uses robj for passing keys. By using robj (rather than an sds or char*) this provides the ability for th...
Redis Redis 6 documentation work in progress
2025-01-16 20:04:49
2594
- [x] `KEEPTTL` option for `SET` command via https://github.com/antirez/redis-doc/pull/1235, merged.- [x] `SCAN ... [TYP...
Redis [Why are sentinel pub/sub roles inconsistent]
2025-01-16 20:04:46
2234
As I read the source code of sentinel, I have a small question about the sentinel pub/sub.The question is, the hello mes...
Redis [QUESTION] If SET is not fast, why GETDEL and GETSET is fast
2025-01-16 20:04:43
736
As comments said: /* Note that we can't flag set as fast, since it may perform an * implicit DEL of a large ke...
Redis Performance of redis stream(i.e. listpack)
2025-01-16 20:04:41
634
Most of the usage of redis stream is append only, current implementation of listpack is not efficient for this. My profi...
Redis Need a way to ensure data is persisted
2025-01-16 20:04:39
2428
Here is the scenario: the client needs one way to ensure that even in the event of a crash, Redis does not lose the data...
Redis Redis6 make error - gcc 7.1.0
2025-01-16 20:04:36
1701
Originally, it's Redhat 7.7 with gcc 4.8.5.While do redis6 make, it gives "make: *** [server.io] Error 1"Then offline up...
Redis [QUESTION] Redis (+sentinel) upgrade paths
2025-01-16 20:04:33
3727
We have a Redis setup with a set of 3 redis instances and a set of 3 sentinels.While we've not run into any issues with ...
上一页
下一页
1
…
852
853
854
855
856
…
2246
.