Redis Modules thread safe contexts: improvements needed.

There are pending items in order to have a solid threaded context experience. I'm putting those in the Redis 4.0 milesto...

Redis Modules low level API behavior: the case when non existing keys are targeted by reading operations

When a key is opened for writing, RedisModule_OpenKey() will return an handle even if the key does not exist, since the ...

Redis Redis 4.0 cannot use RedisModuleString in implementation of the native type

The Redis Module API reference states that RedisModuleString can be used in the implementation of the command (https://r...

Redis [CRASH] activeExpireCycle crash

Crash report6:M 24 Nov 2020 03:46:25.073 - DB 0: 1266 keys (1266 volatile) in 2048 slots HT.=== REDIS BUG REPORT START: ...

Redis [feature request] RedisModule_OnunLoad() and RedisModule_Onreload()

After playing around with module API I found these 2 functions are good to have in a future release:RedisModule_Onunload...

Redis [META] Modules API

PurposeThis meta-issue consolidates Modules API-related open issues. The first comment (this one) will be updated period...

Redis RedisModule_CreateTimer segfaults in RedisModule_OnLoad

I'm trying to chain timers to create a background thread. Timers work just fine when created via commands but cause a se...

Redis RedisModule Timer Lifetime

I'm trying to create a module that auto-expires items from a list after a given number of seconds.When I push an item in...

Redis Keys Scan module API

I was thinking of implementing and making a PR that allows to scan all the keys using a module api without the need to u...

Redis Sentinel switch the slave to the wrong master with option "bind 0.0.0.0"

Hello,I have a Redis Master/Slave Replication Setup with one Master and two Slaves - all running Sentiel and pointing to...

Redis [QUESTION]the time which redis monitor printed confused me.

Hi, sorry to bother.here's my question.I suspect that my redis-cli did not receive the message in time for some reason, ...

Redis Bundled 'systemd-redis_server.service' file makes systemctl block

OS: Ubuntu 20.04# wget https://download.redis.io/releases/redis-6.0.9.tar.gz# tar xzf redis-6.0.9.tar.gz# cd redis-6.0.9...

Redis redis make test fails on bash on windows

Environment: Windows 10 Pro 64-bit running Ubuntu subsystem (Ubuntu 16.04.2 LTS)make install failed with!!! WARNING The ...

Redis [BUG] If pkg-config is missing, redis is silently built without systemd support

Describe the bugIf the package pkg-config is not installed in the system, the build process silently builds redis withou...

Redis [BUG] atomic config rewrite breaks the feature

See: https://github.com/redis/redis/pull/7824This break config rewrite, because of permission problem, as most of the ti...

Redis [QUESTION] Stable version for Redis 5 & Redis 6

Hi,We are evaluating the Redis cluster for a larger deployment of more than 2 TB, please suggest the stable versions for...

Redis [QUESTION] How do I restrict access to certain topics in redis pubsub with acl?

I have already seen this post about the restriction of user access to some concreate topics, but I want to restrict subs...

Redis [ZREVRANGEBYSCORE] When the offset is too large, the query is very slow.

ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]When the offset is too large, the query is very slow. Esp...

Redis [BUG] No error when systemd configured but not compiled

Describe the bugIf you setup Redis with systemd but you use a binary that was not compiled with systemd support, there i...

Redis COPY command

Hello,I was looking for a COPY command, which would essentially does the same thing MOVE command already does, but witho...
上一页 下一页
.