Redis [CRASH] when create vertex and relation on-demanded.

Last login: Tue Apr 18 15:36:53 on ttys001% redis-stack-server ...

Redis [NEW] Document that SAVE, BGSAVE can silently produce non-viable RDB dumps

Hi there!The problem/use-case that the feature addressesI've been able to reliably reproduce at least one case where at ...

Redis [QUESTION] Issues with ACL rules for Sentinel

I am following #ACL rules for Sentinel and Replicas in https://redis.io/docs/management/security/acl/ but getting below ...

Redis redis reverse replication from writable slave to master

The problem/use-case that the feature addressesI have a redis master slave deployed across the world. For example, I hav...

Redis [BUG]build tls error

Describe the bugmake bulid_tls errorsentinel.c:34:10: fatal error: openssl/ssl.h: No such file or directory 34 | #i...

Redis Add new RedisModule_Replicate api

Hi,Is it possible to add new api for:int RedisModule_Replicate(RedisModuleCtx *ctx, const char ...

Redis [NEW] Introduce a new FLUSHDB sub-event to indicate internal flush triggered by FULLSYNC replication

The problem/use-case that the feature addressesIn a Redis module I am developing, I need a event notification to indicat...

Redis [QUESTION]Redis cluster node failure not detected on Errors writing to the AOF file: No space

redis version : redis-cli 7.0.9We currently have a redis cluster with 3 masters and 3 slaves hosted on 6 Linux VMappend ...

Redis [NEW] Support dynamic probability in zslRandomLevel according to the size of zset

The problem/use-case that the feature addressesThe probability parameter ZSKIPLIST_P used in zslRandomLevel() is a resul...

Redis [BUG] Redis Ubuntu Focal APT repository keeps giving error

Describe the bugRunning apt-get update on Ubuntu Focal with redis apt repository configures returns an error:E: Failed t...

Redis [CRASH] DB crash on JSON.SET

Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...

Redis Restore command could crash due to the lazyfree del enable

In my side, I found an issue, which is hard to reproduce but it could crash the redis application once happen.When redis...

Redis [QUESTION]How to add new commands on redis based on business

If I want to add a new command to the redis server, where should I start in the source code?Comment From: itamarhaberHel...

Redis Redis 7.0.10 crashed by signal: 11, si_code: 1

We found one crash while running redis-7.0.10 with the redisraft module. The following is the bug report:2023-04-13 07:5...

Redis [BUG] Info Errorstats confusion when reply error at EVAL

Describe the bugWhen the EVAL method reply error, the monitoring indicators will be confused:> EVAL "return { e...

Redis [CRASH] 7.0.10 memcpy sigabrt due to buffer overflow in replication.c line 367

This was code changed between 7.0.8 and 7.0.10git diff -w 7.0.8..7.0.10 -- src/replication.cdiff --git a/src/replication...

Redis [NEW] Peer address during "Possible SECURITY ATTACK detected"

The problem/use-case that the feature addressesIf Redis thinks an HTTP request comes its way, it will emit,Possible SECU...

Redis clarification of node address and port in cluster mode

hi, we are testing redis cluster in an ipv6 only setup. The cluster it selfs seems to run fine. But nearly all clients w...

Redis mem_fragmentation_ratio is too high

my problem is, mem_fragmentation_ratio(2.26) is much larger than allocator_frag_ratio(1.06), I want to know where the me...

Redis add RedisModule_ReplyWithErrorFormat

The same as RedisModule_ReplyWithError but support format also.Comment From: enjoy-binbinmake sense to me. I can add it ...
上一页 下一页
.