Nineya
Home
Blog
软著申请
Redis [QUESTION] Redis Cluster Single Node
2025-01-17 02:37:02
5293
Based on spec, I understand that we need minimum of three Redis nodes(instances) to be able to use Redis Cluster. Howeve...
Redis [QUESTION] if (value < LONG_MIN || value > LONG_MAX) ?
2025-01-17 02:36:58
864
LONG_MIN=-9,223,372,036,854,775,808LONG_MAX=9,223,372,036,854,775,807when if (value < LONG_MIN || value > LONG_M...
Redis Config rewrite, Sentinel and comments
2025-01-17 02:36:55
11996
I was performing some tests with Redis Sentinel and I prepared this configuration file:# Sentinel binding portport 26379...
Redis inset data to ziplist it have a bug?
2025-01-17 02:36:53
2306
when i read ziplist.c codememmove(p+reqlen,p-nextdiff,curlen-offset-1+nextdiff);if nextdiff is 4 in this case the ...
Redis [QUESTION] resource scanner found redis use some functions may course code not safely
2025-01-17 02:36:50
855
resource scaner found that, redis use some function like memcpy/memset/memmove, that can couse buffer overflow, why not ...
Redis A suspected bug in ziplist much like #627
2025-01-17 02:36:47
605
When I read the souce code of the newest version (unstable), I was conflused with the implementation of the function __z...
Redis [QUESTION]HSET rdbSaveObject is reasonable?
2025-01-17 02:36:45
2175
I am using my test code to test HSET command,this code is dead loop to send command,i add print info,i found run slower ...
Redis [NEW] Rehash causing spikes in main thread to 100%
2025-01-17 02:36:33
10173
The problem/use-case that the feature addressesWe use Redis for deduping keys before we forward data downstream. If a ke...
Redis [NEW]Expect canonical source integer types
2025-01-17 02:36:23
726
long -> ssize_tunsigned long -> size_tlong long -> int64_tunsigned long long -> uint64_tunsigned char -> ...
Redis [NEW] Simplify authentication, identification, and configuration during connect
2025-01-17 02:36:21
9901
RequestAuthentication to redis, when declaring a protocol, authentication, and identification factors requires multiple ...
Redis [QUESTION] Redis on Window Error 10054
2025-01-17 02:36:18
530
Hey, everyone! I am using Redis on Windows 10, Python.I have a code, which fetches 8000-10000 values from Redis every se...
Redis [BUG] RediSearch with location is showing outside of search radius
2025-01-17 02:36:15
1415
Describe the bugI'm using RediSearch to search through documents that contain coordinates. When I run a radius search, I...
Redis SIGSEGV Guru Meditation: "Unknown sorted set encoding" #t_zset.c:961 seen in Redis 2.8.4
2025-01-17 02:36:12
39208
I have a setup with Redis 2.8.4 and Redis server is crashing continuously with Guru Meditation: "Unknown sorted set enco...
Redis Nodes.conf does not update IP address of a node when IP changes after restart
2025-01-17 02:36:10
6686
We’re deploying Redis cluster into docker containers and we’re using persistence storage to retain node.conf for all Red...
Redis [NEW] Probabilistic Filter Support
2025-01-17 02:36:07
4211
The problem/use-case that the feature addressesAdd new data structure and commands to support approximate set membership...
Redis [BUG] Sentinel publishing wrong master switch info on switch-master event, whereas the sentinel logs shows the correct master switch info.
2025-01-17 02:36:04
1634
Describe the bugSentinel publishing wrong master switch info on switch-master event, whereas the sentinel logs shows the...
Redis [CRASH] Redis 6.0.6 crash with SIGILL in processMultibulkBuffer
2025-01-17 02:36:01
4611
Crash reportSee Attachment redis_crash_report.logAdditional informationOperating System: Debian GNU/Linux 10 (buster)Ker...
Redis [BUG] Redis reverts the storage directory from /etc/systemd/system/redis.service file when applying updates
2025-01-17 02:35:58
1797
Describe the bugAm running redis on arm64 Ubuntu 22.04.3 LTS. Yesterday 18-Oct-2023 when the latest Ubuntu update for re...
Redis [BUG] Unable to build on Debian 12 (Bookworm)
2025-01-17 02:35:56
12390
Describe the bugThe make command fails on Debian 12 (Bookworm):include/jemalloc/internal/rtree.h:106:33: error: variably...
Redis make test failed on ARM board
2025-01-17 02:35:53
8818
I have run make test in an armv7 board and a test failed.Below is the info that the test output requested to be copied a...
上一页
下一页
1
…
752
753
754
755
756
…
2246
.