Redis v5.0.9: XREAD BLOCK Not Async when Most Recent Message is Deleted

Initially reported to the google group: https://groups.google.com/forum/?#!msg/redis-db/kzsMvOE_n5Q/S1U6FVdAAgAJConside...

Redis Proposal: First Party Modules

Redis is currently pretty much a monolith in the way it is developed, distributed (in source or binary form) and organiz...

Redis [QUESTION] Docker - There's no dump.rdb in /var/lib/redis even after running redis-cli SAVE or BGSAVE

I'm running an ubuntu image in docker and i installed redis as a serviceHere's how i start redis in the Dockerfile: CMD ...

Redis redis-benchmark does not report error when no auth is provided

Running redis-benchmark does not report error when test is running without the -a flag for a server which requires authe...

Redis Need to add auth check in benchmark?

Hello, @antirez :Sometimes we forget to run benchmark with -a or with wrong requirepass, but benchmark still run perform...

Redis A few urgent issues identified during the October 2014 dev meeting.

October 2 in London a number of parties interested in Redis developments met in order to talk about future directions of...

Redis Feature request: database-level passwords?

Hello,Currently, Redis supports setting an instance-wide password through the "requirepass" directive. Once provided, th...

Redis Support disabling persistence

This is important when using redis as a cache for sensitive information, like credit card information.Specifically with ...

Redis Source tarballs over HTTPS/SSL

Can you please provide downloads over HTTPS/TLS? Comment From: mattstaYou can use the tagged releases at https://github....

Redis Replication: do not replicate specific commands to Slaves

I have encountered and examined the following scenario while using Redis as a queueing system (FIFO):1. Adding an item2...

Redis Tests fail on OS X in 2.8.0-rc4

https://gist.github.com/leto/6520007Please let me know how I can provide more information to debug the issue.Comment Fro...

Redis is there any plan to add block method for hget, like the bprop,

is there any plan to add block method for hget, like the bprop, if it is support the block mode, hash struct can be used...

Redis if I configured redis to save data periodically, CPU usage will also be high accordingly, any suggestion to solve it?

When save operation happens, a new process is forked to write memory data to file in a loop. the cpu usage of it is very...

Redis Remove 512 MB max value limit

Currently the Redis string type and the protocol itself are limited to max string length of 512 MB.Actually the internal...

Redis Use monotonic clock when available

We were bitten by a nasty bug due to redis timing out on our client. We ultimately found out that the culprit was ntpdat...

Redis redis 2.4.11 on Redhat el5.3 64bit system compile errors

tar -zxvf redis-2.4.11.tar.gzcp -r redis-2.4.11 /usr/local/cd /usr/local/redis-2.4.11makemake[2]: Entering directory /us...

Redis Completion of error handling

I have looked at a few source files for your current software. I have noticed that some checks for return codes are miss...

Redis reserved identifier violation

I suggest to try the search pattern "\<(?:(?:(.*))|([A-Z]+))" on source files.Some places will be found where names b...

Redis Example sentinel.conf file should also include "bind" directive

The example sentinel.conf file contains port directive, but no bind directive to specify IP address to bind to. It took ...

Redis Sentinel notification-scripts inherit open file descriptors from parent, causes port bind issues if not careful.

When using Sentinel's notification script feature to kick off other process, they inherit the open file descriptors of t...
上一页 下一页
.