Redis Support for password rotation (feature request)

Today, Redis supports basic authentication with the requirepass configuration and AUTH command. However, some production...

Redis Redis crash report

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

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

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

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

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.

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

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

Comment From: iguchi1124I really want this https://github.com/antirez/redis/pull/848Comment From: itamarhaberWhile the c...

Redis Improvement: Add filters to SCAN

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

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?

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

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

Example command:ZINCRBY set_name value tie_breaker_weight keyZINCRBY "myset" 10 1 "one"ZINCRBY "myset" 10 2 "two"ZI...

Redis format

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

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

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

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"

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

redis-cli saves AUTH command with "requirepass" password to the command history file ~/.rediscli_history. It seems to me...
上一页 下一页
.