Nineya
Home
Blog
软著申请
Redis Support for password rotation (feature request)
2025-01-16 17:19:27
2194
Today, Redis supports basic authentication with the requirepass configuration and AUTH command. However, some production...
Redis Redis crash report
2025-01-16 17:19:24
8083
I just started using Redis 4.0.1 and it is crashing frequently. I am using cuckoofilter redis module.=== REDIS BUG REPOR...
Redis Redis 4.0 Crash using lua scripting and module redisearch
2025-01-16 17:19:21
23952
Hello, I don't know if is redis bug or module bug, look the crash report:=== REDIS BUG REPORT START: Cut & paste sta...
Redis ZADD/HMGET limit on the number of parameters
2025-01-16 17:19:19
728
I'd like to use single ZADD or HMGET commands instead of a MULTI/EXEC. Is there any limit on the number of (score, membe...
Redis Eviction by stored value
2025-01-16 17:19:16
1064
Is it possible to have redis evict items not by LRU, but by a value stored with the item?Use case: I want to make a cach...
Redis System error caught. Error code=1073
2025-01-16 17:19:12
608
I got this error while trying to run redis-server.exe as a service in Windows Server 2012:C:\Program Files\Redis>redi...
Redis Transactions inside the modules.
2025-01-16 17:19:09
9608
I have a set of records that I would save inside a transaction. But when I call EXEC it seems I never called MULTI , but...
Redis Lifetime of the variables in RedisModule
2025-01-16 17:19:06
4547
I began to interface my program with redis but It randomly crash. So at first, I retailed a place in hell for me, calli...
Redis Feature Request: Mruby scripting
2025-01-16 17:19:04
803
Comment From: iguchi1124I really want this https://github.com/antirez/redis/pull/848Comment From: itamarhaberWhile the c...
Redis Improvement: Add filters to SCAN
2025-01-16 17:19:01
1257
I've written a small Java program to copy and transform keys and their values from one redis cluster to another. I have...
Redis KEYS command works 18 times slower when using lua
2025-01-16 17:18:58
4526
Example:return #redis.call("KEYS", "*");Even SCAN command works only 1.6 times slower when using lua...
Redis how can i get the value when the key expired in node.js?
2025-01-16 17:18:56
413
config set notify-keyspace-events Ex.redis.subscribe('keyevent@0:expired', function(key, value) { //something want to d...
Redis Replace "master" and "slave" terms in Redis
2025-01-16 17:18:53
21733
Inspired by django/django/pull/2692, Redis should replace its "master" and "slave" terminology. The summary is: master a...
Redis Add tie breaker weight to sorted set
2025-01-16 17:18:50
2230
Example command:ZINCRBY set_name value tie_breaker_weight keyZINCRBY "myset" 10 1 "one"ZINCRBY "myset" 10 2 "two"ZI...
Redis format
2025-01-16 17:18:47
115
src/ae.c line 442Comment From: itamarhaber@huqihong168 please provide more information on the nature of this issue.
Redis Badly formatted result when using pubsub in a transaction
2025-01-16 17:18:44
5655
Generated with:local r = require "lredis.cqueues".connect_tcp()r:call("multi")r:call("subscribe...
Redis WRONGTYPE Operation against a key holding the wrong kind of value
2025-01-16 17:18:41
4463
I use command like this:sscan "d8ebe8b1-0e13-4560-87f9-efbcadfe746d" 0and error:WRONGTYPE Operation against a key holdin...
Redis Building redis cluster spend lots of time
2025-01-16 17:18:38
126179
I build a redis cluster, in my server(memory 32GB):- redis 3.0- 250 master nodes- 250 slave nodesWHY I spend several hou...
Redis SPOP documentation says "The count argument will be available in 3.0"
2025-01-16 17:18:22
515
The SPOP documentation at http://redis.io/commands/spop says "The count argument will be available in 3.0". Now Redis 3....
Redis redis-cli stored AUTH command to the command history file
2025-01-16 17:18:19
1017
redis-cli saves AUTH command with "requirepass" password to the command history file ~/.rediscli_history. It seems to me...
上一页
下一页
1
…
876
877
878
879
880
…
2246
.