Redis Build fails under GCC

Running a make (after make distclean) runs for a while until:In file included from server.c:30:0:server.h:1059:5: error:...

Redis [QUESTION] Redis Failover when one of the network interface gets disconnected

Hi, We are facing an issue related to one of our Redis nodes marking itself as failed specifically this message:"Cluster...

Redis [QUESTION]

Hey!I am trying to understand Redis Cluster code. I have a query regarding write handlers. Can somebody please clarify?W...

Redis Why the load factor is set to 1 in dict

As we know that in hash table, load factor is important for controlling conflict. In Java/HashMap, the default load fact...

Redis [BUG] CLANG compiler error on armv5 and armv7

Compiling redis on arm (32 bit) with clang results in the following errors (only stating two):debug.c:963:36: error: no ...

Redis Stack allocated RedisModuleString

I notice that there are some locations where the robj pass to a module callback as a RedisModuleString might be stack-al...

Redis Allow modules to expose their own api

Hey,Today RedisModule allows low level operation on redis data type such as set string and push/pop from lists. As modul...

Redis Inconsistent information displayed by redis cluster check

redis version: 6.0.9nodes: 192.168.122.5192.168.122.6192.168.122.7192.168.122.8master: 192.168.122.5:6379 -> slave: 1...

Redis [NEW] bigkeys & hotkeys log support

The problem/use-case that the feature addressesJust like the SLOWLOG command, support for Bigkeys log and Hotkeys log wi...

Redis [BUG] maxmemory-policy eviction with client tracking can cause feedback loop

Describe the bugClient output buffers count toward the memory used by Redis.A maxmemory-policy setting will cause the ev...

Redis Passing in sentinel monitor config doesn't work

On 3.0.1, trying to pass in the monitor configuration doesn't seem to work for the sentinel:redis-sentinel /usr/local/et...

Redis geoadd can't support geojson string

geojson polygon string and so onComment From: itamarhaberHello @bouyeijiang That is correct and per design. Please close...

Redis [MODULES]: Emit a RESTORE command for data types with no RewriteAOF callback

Following our conversation: Sometimes a data structure can't be trivially recreated from user commands. In these cases, ...

Redis [BUG] Segfault with 6.0.9 when running under XALT

Describe the bugWe're seeing a segfault in Redis 6.0.9 when running under XALT. XALT is a framework, mostly used on HPC ...

Redis Design of new modules API functions: server events and module private data

In this issue I'll try to provide a design draft for two features that are very desirable in the modules systems API:An ...

Redis modules: support "RedisModule_SetExpireAt"

Currently the modules API exposes a RedisModule_SetExpire function, but this strictly takes a delta for the TTL.Internal...

Redis Calling RedisModule_Call using ctx with fake client

We are trying to create a module that works on oss cluster. The module send some commands to invoke on all the servers a...

Redis CreateCommand API is outdated

Documentation on CreateCommand in https://github.com/antirez/redis/blob/unstable/src/modules/INTRO.md does not correspon...

Redis Memory error on unload module

Hi @antirez Here is a bug in feature module load.We want to use module load to do some feature on our product. Then we f...

Redis Allow MODULE UNLOAD when the DB is totally empty

Modules exporting data types cannot be unloaded right now, since we are not sure if there are values of such a type boun...
上一页 下一页
.