Redis [CRASH] Centos 7, Redis 5.0.8

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [BUG] make test fails on CentOS 8 for Redis 6.0.6

Describe the bugTests Fail on CentOS 8 for Redis 6.0.6To reproducewget http://download.redis.io/releases/redis-6.0.6.tar...

Redis [CRASH]

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis Performance issue of NODES command

Some backgroup:1. redis cluster : 8 masters2. number of clients nodes : 1503. spring-data-redis used as client apiOne of...

Redis Building redis generates a ton of warnings

Most of the warnings generated are benign. Nevertheless, this can lead to:1. Hiding of important warnings that have corr...

Redis confuse of function sdsrange()

I have some problem on function sdsrange().https://github.com/antirez/redis/blob/843de8b786562d8d77c78d83a971060adc61f77...

Redis commad -> command

https://github.com/antirez/redis/blob/673c9d702962a5618650108eaf4c5f38bcafe164/src/expire.c#L400Comment From: trevor211T...

Redis hi bioProcessBackgroundJobs

hi friend or rock masters(Sorry, my english is not good, here may be english from china.)There is a doubt https://github...

Redis set command not limit the string length to 512m?

From the source code, I notice that the 512m limitation check of string keys is only applied to append and setrange comm...

Redis redis-cli --cluster call

redis-cli --cluster call host:port no password ? How should I execute commands in batchesComment From: trevor211Have y...

Redis A tiny problem with sds allocation logic, possibly leading to a crash

NULL test of sh after s_malloc should be first conducted before memset(sh),possible crash if sh in memset is NULL.------...

Redis There may be bug in sdsnewlen

99: sh = s_malloc(hdrlen+initlen+1);100: if (init==SDS_NOINIT)101: init = NULL;102: else if (!init)103: ...

Redis evict.c: keys_freed could never be greater than 1 because it is local loop variable.

This condition could never be true:https://github.com/antirez/redis/blob/f01f0c02d14149e826532ba20f084244fdf29d20/src/ev...

Redis Redis Download link shows 5.0.8 but 5.0.9 is the latest

Redis Download link shows 5.0.8 but 5.0.9 is the latestComment From: igorwwwwwwwwwwwwwwwwwwwwLooks like this may be bloc...

Redis Swap DB not Triggered RDB Save

Hello everyone, recently an issue was found for Swap DB command, consider the following example:127.0.0.1:6500> confi...

Redis Redis High Availibility when using multiple hosts

Hi,I am facing a problem when redis is setup as a cluster connecting redis nodes from different machine as slaves to the...

Redis Custom setting value size of key

hello: I have Custom setting value size of key.How to configure?Comment From: trevor211I don't think redis have th...

Redis KeySpace and KeyEvents not broadcasted to other cluster nodes

Hi!I noticed that KeySpace and KeyEvents are not broadcasted to other nodes in the cluster, even with all notification o...

Redis redis cluster,config set notify-keyspace-events Ex, but can't Trigger redis expired event

Hi,I use redis cluster,config set notify-keyspace-events Ex, but it couldn't Trigger redis expired event,like this: cont...

Redis how does bgsave ensure data version consistency?

I wonder how bgsave can ensure the data consistency at the exactly snapshot timestamp ?when I read the source code , I f...
上一页 下一页
.