Nineya
Home
Blog
软著申请
Redis Build fails under GCC
2025-01-16 19:56:18
8108
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
2025-01-16 19:56:15
3815
Hi, We are facing an issue related to one of our Redis nodes marking itself as failed specifically this message:"Cluster...
Redis [QUESTION]
2025-01-16 19:56:13
386
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
2025-01-16 19:56:11
1512
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
2025-01-16 19:56:08
1378
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
2025-01-16 19:56:05
6193
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
2025-01-16 19:56:02
3314
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
2025-01-16 19:56:00
9152
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
2025-01-16 19:55:57
424
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
2025-01-16 19:55:55
2870
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
2025-01-16 19:55:52
2646
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
2025-01-16 19:55:49
520
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
2025-01-16 19:55:46
1307
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
2025-01-16 19:55:43
10513
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
2025-01-16 19:55:41
19866
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"
2025-01-16 19:55:38
1752
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
2025-01-16 19:55:35
2109
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
2025-01-16 19:55:32
209
Documentation on CreateCommand in https://github.com/antirez/redis/blob/unstable/src/modules/INTRO.md does not correspon...
Redis Memory error on unload module
2025-01-16 19:55:30
398
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
2025-01-16 19:55:27
302
Modules exporting data types cannot be unloaded right now, since we are not sure if there are values of such a type boun...
上一页
下一页
1
…
861
862
863
864
865
…
2246
.