Redis [BUG] A possible divide by zero bug in redis-cli.c

In redis-cli.c, the function clusterManagerNodeMasterRandom has the following code:int master_count = 0;listIter li;list...

Redis [CRASH]

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

Redis Enhancement: don't mark server.dirty if bitset doesn't change the value

Hi,We have a redis-backed bloom filter where when we add something to the filter we send between 2 and 10 'setbit' calls...

Redis replicaof is not present in the output of CONFIG GET * command

As per the docs:The list of configuration parameters supported by CONFIG SET can be obtained issuing a CONFIG GET * comm...

Redis [BUG] ACL permission "+@all" does not grant all permissions

Describe the bugA user with the ACL permission +@all is not allowed to execute most non-admin related commands.To reprod...

Redis [BUG] redis-shutdown doesn't use tls-port

Describe the bugWhen configured with TLS, the redis-shutdown script ignores the TLS port numberTo reproduceStart Redis w...

Redis Redis Cluster: use rename instead of write+truncate when writing nodes.conf

The reason why to do this is explained here: https://github.com/antirez/redis/issues/3607However further design is neede...

Redis Ubuntu 16.04. - Test are failing after fresh compiling

Hey there, just wanted to compile and install the latest version of redis via http://download.redis.io/redis-stable.tar....

Redis [BUG] OOM in dictExpand on s390x architecture

Describe the bugThe corrupt payload: fuzzer findings - OOM in dictExpand test within the integration/corrupt-dump unit r...

Redis Check THP support for Redhat distributions.

Redhat distributions have a different THP file path with the others. We check '/sys/kernel/mm/transparent_hugepage/enabl...

Redis Password warning on command line is causing scripts to fail

A stderr warning was recently added to redis-cli.c to send out a warning when the password is being used on the command ...

Redis Failed on make test

=== REDIS BUG REPORT START: Cut & paste starting from here ===31088:M 21 Jun 15:44:44.359 # ------------------------...

Redis 'sudo service redis-server stop' hangs

Running: sudo service redis-server stopGets the log:869:M 29 May 21:13:24.281 * Background saving terminated with succes...

Redis Replace atoi with string2i

atoi, when unable to convert the string to a number (like in atoi("Redis")), returns 0, which is indistinguishable from ...

Redis Binary Footprint increased a lot from 4.0.8 -> 4.0.10

Hi,I'm using redis in an embedded environment where hardware resources are a little sparse. While updating from 4.0.8 to...

Redis How to install on LEDE

I have downloaded the file "redis-4.0.9.tar.gz", and unpack it to folder "redis".In the shell , I cd to "redis", and inp...

Redis make error

When I make without any option, an error occured.relocation R_X86_64_32S against.rodata' can not be used when making a P...

Redis redis

redis,主从时,数据loading至内存完成后写入磁盘报错,具体错误如下Comment From: lianghk1987=== REDIS BUG REPORT START: Cut & paste starting from...

Redis Redis Caching 3rd Party Information That It Should Not Be

I am looking for help with a situation that I have been struggling with for months now...I have a 3rd party extension in...

Redis [BUG] CONFIG REWRITE misbehaves when include is used

Describe the bugIf you have in the config file the command 'save ""', and issue a config rewrite command, the 'save ""' ...
上一页 下一页
.