Nineya
Home
Blog
软著申请
Redis Modules thread safe contexts: improvements needed.
2025-01-16 19:55:25
1313
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
2025-01-16 19:55:22
986
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
2025-01-16 19:55:19
1873
The Redis Module API reference states that RedisModuleString can be used in the implementation of the command (https://r...
Redis [CRASH] activeExpireCycle crash
2025-01-16 19:55:16
16658
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()
2025-01-16 19:55:13
1597
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
2025-01-16 19:55:11
300
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
2025-01-16 19:55:08
9197
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
2025-01-16 19:55:05
625
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
2025-01-16 19:55:01
5891
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"
2025-01-16 19:54:58
5494
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.
2025-01-16 19:54:55
598
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
2025-01-16 19:54:53
946
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
2025-01-16 19:54:50
2919
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
2025-01-16 19:54:47
2135
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
2025-01-16 19:54:45
960
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
2025-01-16 19:54:42
638
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?
2025-01-16 19:54:39
926
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.
2025-01-16 19:54:36
844
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
2025-01-16 19:54:33
5235
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
2025-01-16 19:54:31
6378
Hello,I was looking for a COPY command, which would essentially does the same thing MOVE command already does, but witho...
上一页
下一页
1
…
862
863
864
865
866
…
2246
.