Redis [CRASH] background saving terminated by signal 7

Crash report I have experienced a crash of redis. I am using redis for memory caching of a nextcloud instance.In the log...

Redis [QUESTION] Why does redis need to observe whether the server is currently executing the two commands bgsave or bgrewriteaof when it expands the hash table?

Why does redis need to observe whether the server is currently executing the two commands bgsave or bgrewriteaof when it...

Redis Redis-Build source code with clang(llvm) and lib's path issue: uses gcc or /usr/lib64 instead clang libs path

Followed steps:Step1:export CC=clangexport CXX=clang++export LD_LIBRAY_PATH and PATH wget https://download.redis.io/redi...

Redis Minor comment bug

https://github.com/redis/redis/blob/9eb97b5d94ca4434f9035af164fe3a48dca31de2/src/module.c#L5552Clearly more than one fla...

Redis The AOF directory appendonlydir doesn't exist / bug? or something not installed by deafult?[QUESTION]

"The AOF directory appendonlydir doesn't exist"It's a bug?Or something not installed by default?Its need to be installed...

Redis tls-ca-cert-dir directive not working

I'm running Redis v6.0.5 with TLS. I can successfully connect over TLS with client authentication enabled as long as I c...

Redis Redisgraph Crashdump

=== REDIS BUG REPORT START: Cut & paste starting from here ===13:M 24 May 2022 20:15:13.721 # === ASSERTION FAILED =...

Redis Stream - xtrim entries still show up in xpending

Message entry id still shows up in xpending after xtrimwrite to a streamcreate a consumer groupxreadgroup some messages ...

Redis add a self hosted test runner that uses --large-memeory flag

These tests added in #9357 will not be executed otherwise.p.s. it may be a good idea to use that opportunity to add viol...

Redis Sentinel creating too many pubsub connections

I have 5 on premise servers, Where I installed redis server. (1 is master is remaining 4 are replicas), To achieve High ...

Redis [BUG] repl-timeout being reached unnecessarily when master behind Kubernetes proxy

repl-timeout value is used as the timeout of connection between master and replicas as well as for the replication bulk ...

Redis [QUESTION] Shrink AOF file that is being saved for a long time

Hi Redis community :wave: we have a problem on a server that is running our redis instance.We have an AOF file format an...

Redis [BUG] BZMPOP blocks on non key arguments

In Redis 7.0 BZMPOP was introduced allowing to block for any of the provided sets to have at least one element.However t...

Redis [QUESTION] using iterators when insert to a list

Hi guys,I got a question about linsertCommand. This inserting process starts with initializing an iterator but only uses...

Redis [BUG] SSUBSCRIBE - (Error) CROSSSLOT keys in request don't hash to the same slot

Describe the bugCommand : SSUBSCRIBEWhile the subscribe command allows multiple channels to be subscribed at the same ti...

Redis [QUESTION] What is the default value of cluster-node-timeout?

I don't see the default value of cluster-node-timeout documented anywhere. What is is?Comment From: luxeI think cluster...

Redis Add runtime check to warn when the kernel's clock source may be wrong

As discussed in https://github.com/redis/redis/pull/10502#issuecomment-1097937901, it seems that some Linux images on AW...

Redis [BUG] SCAN command does not always returns the identical result

Describe the bugSearching keys with patterns SCAN does not always return identical results.To reproducePull & create...

Redis [BUG] memory leak in streamGetEdgeID

Describe the bugHi, I found a possible memory leak in streamGetEdgeID with static analysis. si is initialized by streamI...

Redis Why the skiplist is defined in the server.h?

Why the skiplist is defined in the server.h? I read the src and found the zskiplist and the zset data structures are def...
上一页 下一页
.