Nineya
Home
Blog
软著申请
Redis v5.0.9: XREAD BLOCK Not Async when Most Recent Message is Deleted
2025-01-16 20:13:13
1602
Initially reported to the google group: https://groups.google.com/forum/?#!msg/redis-db/kzsMvOE_n5Q/S1U6FVdAAgAJConside...
Redis Proposal: First Party Modules
2025-01-16 20:13:09
2025
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
2025-01-16 20:13:06
4436
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
2025-01-16 20:13:03
453
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?
2025-01-16 20:13:00
1315
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.
2025-01-16 20:12:57
27780
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?
2025-01-16 20:12:54
1082
Hello,Currently, Redis supports setting an instance-wide password through the "requirepass" directive. Once provided, th...
Redis Support disabling persistence
2025-01-16 20:12:50
2495
This is important when using redis as a cache for sensitive information, like credit card information.Specifically with ...
Redis Source tarballs over HTTPS/SSL
2025-01-16 20:12:47
3901
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
2025-01-16 20:12:44
1392
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
2025-01-16 20:12:42
159
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,
2025-01-16 20:12:38
319
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?
2025-01-16 20:12:33
291
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
2025-01-16 20:12:29
11163
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
2025-01-16 20:12:24
4623
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
2025-01-16 20:12:20
1320
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
2025-01-16 20:12:15
429
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
2025-01-16 20:12:11
662
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
2025-01-16 20:12:08
294
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.
2025-01-16 20:12:03
1160
When using Sentinel's notification script feature to kick off other process, they inherit the open file descriptors of t...
上一页
下一页
1
…
845
846
847
848
849
…
2246
.