Nineya
Home
Blog
软著申请
Redis Cannot use SENTINEL replicas master-name to get all replicas
2025-01-16 17:14:57
570
Redis :Redis server v=4.0.2 sha=00000000:0 malloc=jemalloc-4.0.3 bits=64 build=bb5d0aad7ecbb10fOS:CentOS release 6.5 (Fi...
Redis [FR] get once (pop) an element
2025-01-16 17:14:55
459
For now, the simplest way to only retrieve an element once is to 1 GET KEY and then DEL KEY (network latency?)2 or store...
Redis redis-cli --cluster create no longer honors --cluster-yes
2025-01-16 17:14:52
2062
I had a look through the code, in 5.0.8 confirmWithYes in redis-cli.c used to check the flagsif (config.cluster_manager_...
Redis Redis 4.x lazyfree: memory leak may happen when free slowlog entry
2025-01-16 17:14:49
3935
Hi,Lazyfree is an amazing feature, redis can delete keys in background without blocking, but I just find a problem which...
Redis Increase REDIS key size more than 512 MB
2025-01-16 17:14:46
1130
Hello All,I am pretty new to REDIS. As per the official documentation(https://redis.io/topics/data-types-intro#redis-key...
Redis [NEW] It's 2020 and redis-cli can't establish TLS connections
2025-01-16 17:14:43
849
The problem/use-case that the feature addressesredis-cli has no support for basic session protection (TLS/SSL).Descripti...
Redis Redis 4.x Modules & Lua: MULTI context should not be nested
2025-01-16 17:14:40
1918
Hi,Recently, I'm reading codes about Modules, it is a big change of 4.0, there are so many APIs that we can do lots of e...
Redis ACL: fix a typo in server.h at line 1739
2025-01-16 17:14:38
266
/ Return values for ACLCheckUserCredentials(). /define ACL_OK 0define ACL_DENIED_CMD 1define ACL_DENIED_KEY 2----change ...
Redis should RedisModule_DeauthenticateAndCloseClient return int
2025-01-16 17:14:34
466
In redismodule.h, RedisModule_DeauthenticateAndCloseClient returns voidvoid REDISMODULE_API_FUNC(RedisModule_Deauthentic...
Redis [NEW] Show basic stats at end of MONITOR report
2025-01-16 17:14:32
1405
The problem/use-case that the feature addressesHelp administrators to more quickly assess the nature of the query traffi...
Redis redis trashes on background save
2025-01-16 17:14:29
9058
=== REDIS BUG REPORT START: Cut & paste starting from here ===1589:C 08 May 2020 12:51:54.844 # Redis 5.0.8 crashed ...
Redis [NEW] reject huge keys
2025-01-16 17:14:26
3892
The problem/use-case that the feature addressesWe want to limit the max length of key and value (in bytes) to avoid very...
Redis 'make test' command fails with error message: "wrong # args: should be "close channelId"."
2025-01-16 17:14:23
642
Describe the bug'make' proceeds correctly with no errors but 'make test' errors out with exit code 2 and the attached st...
Redis redis-cli should understand push messages in RESP3
2025-01-16 17:14:04
2779
At least Pub/Sub and client tracking should be usable. That's just a matter of implementing it in hiredis, not too compl...
Redis [NEW] Denote elapsed time, response size on MONITOR
2025-01-16 17:14:00
571
The problem/use-case that the feature addressesThe additional information of how long each query takes and how big the r...
Redis Why redis6.0.5 activates io thread(io_threads_active) in handleClientsWithPendingWritesUsingThreads interface
2025-01-16 17:13:57
369
Comment From: madolsonhandleClientsWithPendingWritesUsingThreads is the common method that is executed before doing any ...
Redis [Feature request] More specific error/log message when config file cannot be openned.
2025-01-16 17:13:55
366
Currently, not matter what the issue is, if Redis is unable to open the provided config file,it simply shows can't open ...
Redis Global function pointers defined in redismodule.h cause duplicate symbols
2025-01-16 17:13:52
497
Global variables defined in headers will cause duplicate symbols linkage error when this header is included in multiple ...
Redis Find a runtime error: applying zero offset to null pointer whiling fuzzing the Redis
2025-01-16 17:13:49
540
SOURCE:c->db = &server.db[id];NOTE:server.db is NULLSTACK:db.c:393:14: runtime error: applying zero offset to nul...
Redis [QUESTION] multiple redis instances vs io-threads
2025-01-16 17:13:47
1862
Given the new redis 6 multi io-threads, what is the redis suggested way for optimal performance, when majority of action...
上一页
下一页
1
…
880
881
882
883
884
…
2246
.