Redis [CRASH] Redis 5.0.5 crashed by signal: 11

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

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

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

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

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

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

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

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

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)

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

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.

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

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

- [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]

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

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)

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

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

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

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 ...
上一页 下一页
.