Redis Cannot use SENTINEL replicas master-name to get all replicas

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

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

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

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

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

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

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

/ Return values for ACLCheckUserCredentials(). /define ACL_OK 0define ACL_DENIED_CMD 1define ACL_DENIED_KEY 2----change ...

Redis should RedisModule_DeauthenticateAndCloseClient return int

In redismodule.h, RedisModule_DeauthenticateAndCloseClient returns voidvoid REDISMODULE_API_FUNC(RedisModule_Deauthentic...

Redis [NEW] Show basic stats at end of MONITOR report

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

=== 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

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"."

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

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

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

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.

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

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

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

Given the new redis 6 multi io-threads, what is the redis suggested way for optimal performance, when majority of action...
上一页 下一页
.