Redis digits10 not applied in networking.c

In util.c, the function ll2string was boosted by optimised algorithm and a digits10 function. In networking.c, the funct...

Redis Investigate CRC-64 Throughput Improvements

The Redis CRC-64 implementation is currently 4x slower than it could be. See comparisons at https://github.com/mattsta/...

Redis [QUESTION] Bitop operation on list of empty operands

In case all the bitop command operands are empty (or none exist), maxlen will not be updated, and therefore remains zero...

Redis [BUG]

Describe the bugunable to copy paste in redis-cliA short description of the bug.To reproduceSteps to reproduce the behav...

Redis CONFIG SET requirepass "" leaves auth enabled, sets password to empty

Starting from here I believe, after you've enabled AUTH and then ran CONFIG SET requirepass "", you'll get a redis insta...

Redis [BUG] Calling RedisModule_SignalKeyAsReady from a timer callback does not trigger the reply callback.

Describe the bugWhen using RedisModule_BlockClientOnKeys it should be possible to unblock the client by calling RedisMod...

Redis [BUG] RedisModule_UnblockClient behaviour does not match the documentation

Describe the bugsorry if this text is a bit confusing, it has been many hours of debugging until I realized this may be ...

Redis ERR Active defragmentation cannot be enabled

Hi All,I got this error like blow when I want to set activedefrag (error) ERR Active defragmentation cannot be enabled: ...

Redis [Bug] RedisModule_SignalKeyAsReady not working as expected

Describe the bugRedisModule_SignalKeyAsReady does not work as expected.To reproduceHere a minimal module that reproduces...

Redis RedisModuleAPI to check if flags are supported

Following the conversion here: https://github.com/redis/redis/pull/7783We want to suggest an API to discover if given fl...

Redis remove password while redis is running

How to remove password(like 'config set requirepass ') while redis is running?Since the auth-mode is up when the first t...

Redis Redis master evicts all keys when reaching memory limit

Hello,I have a few master-slave setups where we have a master redis that receives all the writes, and replicates to betw...

Redis Read availability in minority partition of Redis cluster

Today in Redis cluster, if a cluster goes does down it stops serving all traffic until the cluster health has been resto...

Redis [BUG] Error: Protocol error, got "H" as reply type byte when trying to run any command

Describe the bugI can access Redis inside the Redis docker container and from other docker containers, but am not able t...

Redis [QUESTION] master_link_down_since_seconds has huge value. Why?

master_link_down_since_seconds:1600947692I know that is time (in seconds) that the link between master and slave was dow...

Redis no command to find when a key was last modified/set

i guess for expiration the information is somewhere anyway, would it be possible to add a command to check when a key wa...

Redis [Bug/Question] Sentinel - New master do a rollback when the old master is restarted

We provisioned 6 instances of Redis with 6 sentinels. When the master comes down, a "new master" is elected. So far so g...

Redis Freeing keys when at maxmemory under heavy load

We recently had an issue where redis would needlessly free keys when at maxmemory while under heavy client load. This tu...

Redis [QUESTION] What are Redis Modules guarantees?

As documented, the EVAL command is guaranteed to be executed atomically, however I am not able to find a similar asserti...

Redis [QUESTION] Get vs Set operation performance

While perusing the redis docs I stumbled upon a thing that troubled me. I read that without pipelining Set operations ha...
上一页 下一页
.