Redis [question] is it possible that a empty slave is elected as new master in the context of redis cluster

I have a redis cluster with only 3 masters(no slave), data is sharded into slots which are distributed among those maste...

Redis RedisTimeSeries Module Crashes ON LOAD

Copy & paste of the BUG REPORT below...Module Location & Permissions:$ ls -l /etc/redis-rw-r----- 1 redis redis ...

Redis Redis networking fails to support namespacing, so fails with LXD containers

This a complex problem related to Redis network stack implementation.The net effect is Redis can't run inside normal con...

Redis redis-cli cluster reshard and ACL (AUTH2)

The resharding redis-cli code uses the MIGRATE command, which does not implement the AUTH2 mode, required when ACL are o...

Redis Redis 6.0.0/6.0.1 does not build with uclibc

There is a conflict between the struct user defined in Redis server, and the one defined in <sys/user.h>, which pr...

Redis "RDB CRC error" when checking with fresh/empty .rdb file in Redis 6.0

#!/bin/shservice redis-server restartsleep 5# Perform a synchronous save to ensure .rdb file existredis-cli SAVEredis-ch...

Redis Redis 6.0.1 does not build on NetBSD

Building Redis 6.0.1 fails, because pthread_set_name_np() does not exist on NetBSD. You need to apply the following patc...

Redis How do I get a single IP or DNS name for a Redis OSS cluster created?

Hi Guys,We have a requirement for redis cache to store session information for one of the application we use in-house.To...

Redis Failure in sorting by multiple hash values

This is my test case:hmset test:01 f1 345 f2 Ahmset test:02 f1 444 f2 Bhmset test:03 f1 776 f2 Bhmset test:04 f1 111 f2 ...

Redis Redisgraph bug report from console...

Hi,It happens when running ilegle query.using docker: redisgraph: container_name: redisgraph ports: - '637...

Redis New Feature: Multiple BY patterns in SORT Command

This is the link to the patch With this feature Redis will expand the applications in numerous scenarios where right now...

Redis [Sentinel] Notification script fails to execute which fills up disk space.

Sample log entries:1317:X 11 Nov 18:03:04.179 # -script-error /etc/notify.sh 99 01317:X 11 Nov 18:03:04.179 # -script-er...

Redis Redis 6.0 Test Fails @ PSYNC2 #3899 regression: kill first replica

ok: PSYNC2 #3899 regression: kill first replicaLogged warnings (pid 3128):=== REDIS BUG REPORT START: Cut & paste st...

Redis Segmentation fault (core dumped)

while I run ./redis-server ,the console print Segmentation fault (core dumped) with redis version is 6.0.0. when I use ...

Redis Suspected bugs in ziplist.c

https://github.com/antirez/redis/blob/69ce235c7b870e43813da7e03160c320389ea6a9/src/ziplist.c#L806I think the offset for ...

Redis MIGRATE should allow AUTH with username and password

MIGRATE only support a password.The MIGRATE command should support the ACL based authentication.Some examples:> MIGRA...

Redis CLIENT KILL by username

CLIENT KILL should be able to kill connections authenticated by a given username.Comment From: antirezImplemented in cec...

Redis Tests failed

I don't know what exactly this mean. I ran tests once, it failed, ran it again, it didn't.Here is the first output:[37/5...

Redis can i build redis on windows in clion with cygwin

can i build redis on windows in clion with cygwinComment From: yanfeng1612yes,reference https://github.com/htw0056/redis...

Redis [Feature request] EXISTS return array [0,1] when using an array

While EXISTS is useful to see if something exists, it would be more useful when usingan array to return an array to know...
上一页 下一页
.