Redis [BUG] Potential buffer overrun in serverLog

In the file src/server.c, the function serverLogRaw has the following code:void serverLogRaw(int level, const char *msg)...

Redis Invalid syntax example in PFMERGE

in page https://redis.io/commands/pfmerge/ syntax section is PFMERGE destkey sourcekey [sourcekey ...]So, this example m...

Redis [NEW] Improved Redis auditing support

The problem/use-case that the feature addressesWe've had several folks at AWS request improvements to auditing for compl...

Redis Why when the username is default, the TLS connection requires a password, but when the username is other, TLS can log in directly without a password?[QUESTION]

redis_version:6.0.16When redis.conf is configured as followsport 6379tls-port 6389user default on #xxxxx ~* +@allredis...

Redis Different status in sentinel and redis[BUG]

Describe the bugRedis 5.0.14 running in k8s, with one slave node(pod0) and one master node(pod1), and three sentinels mo...

Redis [QUESTION] Why increasing the expiry of keys would reclaim expired keys memory faster?

Per Reclaim expired keys memory faster, You can follow one of these three steps to reclaim the memory:Restart your redis...

Redis How to run Redis in gem5 se mode?

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis autoclaim bug

redis version: 6.2.6when I used autoclaim combine with JUSTID, then the IDLE time will not increase;maybe this bug can b...

Redis cannot initiate a cluster with password by cli 7.0.0

i wrote requirepass,i wrote masterauth,yet it told me "invalid username-password pair"!wtf should i do?i don't need a us...

Redis vote-only cluster instances

hi,currently, if you want to install a 3 node cluster (node A, B, C) where each node runs 2 redis instances (usually a m...

Redis [NEW] Can we have log for important command that is executed

The problem/use-case that the feature addressesLogging of the important commands that have significant impact to the dat...

Redis [BUG] Missing command stat metrics at parent command level

Describe the bugStarting with Redis 7, the info commandstats output has changed for commands with parent and subcommands...

Redis [QUESTION]sample report of redis

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis Redis install faild on Ubuntu12.04.2LTS 32bit :undefined reference to log'

Howdy, I run the following command to install redis,but faild in make: git://github.com/antirez/redis.gitcd redisgit fet...

Redis Redis 5.0.3 AOF rewrites happening before the file size reaches 100%

Hello Team,we see that the AOF file rewrites are getting triggered frequently before reaching the file size limit of 100...

Redis [NEW] Performance: Improve double to string representation using Fabian Loitsch's Grisu-algorithm ( or equivalent ) without loss of precision

Putting it simply all use cases that heavily rely on double to a string representation conversion, (e.g. meaning take a ...

Redis [QUESTION] use USE_SYSTEMD=yes or not seems makes no difference

I use the following command to compile redis source codemake BUILD_TLS=yes PREFIX=/usr/local/redis/ USE_SYSTEMD=yesIt ru...

Redis can redis server work behind sidecar envoy in cluster mode

Hi All,Can redis server support the following use case?redis client -> sidecar(envoy) ---------> sidecar(envoy) -&...

Redis [CRASH] redis 6.2.6 on centos7 - out of memory allocating 120kb

Crash report7369:M 22 Feb 2022 01:02:09.012 # Out Of Memory allocating 122916 bytes!=== REDIS BUG REPORT START: Cut &amp...

Redis [CRASH] Out Of Memory allocating 16400 bytes! redis_version: 6.2.6

Crash reportRedis 5.0.7 start to crush 2 times a day.No clue what is the problem.Real dedicated server with Ubuntu 20.04...
上一页 下一页
.