Redis [QUESTION] Why redis slaves don't vote?

This is a question, but also an improvement suggestion at the same time.I was wondering why redis votes only when:1. It ...

Redis [NEW] Enable Redis Modules to use Redis Transactions (WATCH/MULTI/EXEC)

The problem/use-case that the feature addressesCurrently, the way modules interact with Redis is via RM_Call(). RM_Call...

Redis [QUESTION] Can we do some changes on TCL about "select 9"?

Just some random questions & suggestions----In redis TCL tests, the r proc provides an easy access to servers, which...

Redis Redis 6.0.9 crashed by signal: 11, si_code: 1

Hi,Till now, I've been running Redis 3.2.6 from Debian 9 (AMD64) with no problems. Some time ago, I upgraded to Debian 1...

Redis [NEW] NX support for GROUP CREATE

The problem/use-case that the feature addressesWhen a consumer for a group comes online, it must ensure that the stream ...

Redis introducing wyhash hash function

Dear All:I would like to introduce wyhash (https://github.com/wangyi-fudan/wyhash)It is a 64-bit little endian portable ...

Redis rehash will reverse the entry list, should we fix it to keep same with insert order?

in dictadd we set new key in entry list head, but in rehash we will reverse itComment From: ohye3166@oranagra hello, is ...

Redis [QUESTION] Darwin make -C tests/modules failed

question$ make -C tests/modules/cc -I../../src -W -Wall -dynamic -fno-common -g -ggdb -std=c99 -O2 -fPIC -c commandfilt...

Redis Redis is configured to save RDB snapshots, but is currently not able to persist on disk[QUESTION]

ERROR SetAndReleaseItemExclusive => StackExchange.Redis.RedisServerException: MISCONF Redis is configured to save RDB...

Redis make HIDDEN_CONFIG flag in config.c to hide debug configs

These are probably the ones not documented in redis.confso CONFIG GET only works on these is explicitly specified, but n...

Redis Support for named arguments in Lua scripts

The problem/use-case that the feature addressesCurrently, Lua scripts only supports ARGS that are passed in by position....

Redis add MULT to ZUNIONSTORE AGGREGATE options

I'm using sorted sets for some live stats counters, and it would be useful to merge 2 sorted sets together, multiplying ...

Redis The result returned by the object idletime command is inconsistent

Describe the bugThe result returned by the object idletime command is inconsistentTo reproduceThe result returned by the...

Redis optimze the code of dictFind()

in dictFind() origin code ,we have to loop ht[0] and ht[1] to find out a value,in my code we can use rehashidx to find o...

Redis redis crash when load rdb

Hi, This is a 4.0.12 version rdb, and i try to reload in 4.0.12/6.0.9, but both redis version crashed.The details is bel...

Redis Auto defragmentation not working for 4.0.12

@oranagra hi, I'm running redis 4.0.12 in CentOS Linux release 7.4.1708 (Core). I have enabled active-defrag but it do...

Redis Improve CLUSTER FORGET using a timed blacklist

Currently when trying to send CLUSTER FORGET node_id to all the nodes in a cluster there is the problem that some node w...

Redis MODULE LOAD from URL

The problem/use-case that the feature addressesI think it is quite safe to conclude by now that Redis Modules have not g...

Redis Escaped hex characters in Lua scripts aren't uploaded properly by Redis

DescriptionWhen you upload Lua scripts to Redis escaped hex characters don't appear to be being uploaded correctly - the...

Redis [BUG] MEMORY USAGE returns wrong value for json objects

MEMORY USAGE returns wrong value for json objectsA short description of the bug.redis-cli memory usage json-keySteps to ...
上一页 下一页
.