Redis [BUG?] question about update_zmalloc_stat_alloc

macro define in zmalloc.c:#define update_zmalloc_stat_alloc(__n) do { \ size_t _n = (__n); \ if (_n&(sizeof(lo...

Redis Bug in update_zmalloc_stat_alloc?

#define update_zmalloc_stat_alloc(__n) do { \ size_t _n = (__n); \ if (_n&(sizeof(long)-1)) _n += sizeof(long)...

Redis zmalloc.c update_zmalloc_stat_alloc and update_zmalloc_stat_free exist problems

Hi,I think these functions exist problems. the code #define update_zmalloc_stat_alloc(__n) do { \ size_t _n = (__n); ...

Redis [NEW] Enhancement request for acl log command

Failure recorded in age-seconds - believe age-timestamp will be more helpful from an audit perspectiveThe ACL log is sto...

Redis redis-6.0.1/6.0.0 build source return error

Hi @antirez Could you kindly to check the redis version 6.0.0 or 6.0.1, which look build the source happen error...

Redis [NEW] Enhancement request for auth command

With reference to https://redis.io/commands/auth When Redis ACLs are used, the command should be given in an ext...

Redis Add HdrHistogram support to redis-benchmark

Currently redis-benchmark outputs some strange latency distribution results that make it very hard to graph consistently...

Redis Redis Module inform memory usage without RM_Alloc

I have a redis module that uses a third-party library which handles all memory allocations internally. Since I don't use...

Redis allow for negative maxmemory config

Hi,Today (From my knowledge) its only possible to set the maxmemory to a positive value.It would be great to add a featu...

Redis why zset can't auto conver from skiplist coding to ziplist coding

zset-max-ziplist-entries 512for example keyA, on start , keyA's value length < 512 so it's encoding is ziplist i ...

Redis Unable to print Lua table field in Lua debugger: bug or limitation?

I'm running on redis-cli 3.1.103 (git:4b89ea3a) and with the following Lua code:local myTable = {}myTable.a = 1337local ...

Redis cpu affinity

Is there any way to set cpu affinity to both redis server and bgsave processes?I'd like to have them run on different cp...

Redis Redis Cluster and PubSub

I tried to ask at the list, but got no reply - https://groups.google.com/forum/#!topic/redis-db/zl99iPN7sRs. So copying ...

Redis could i config redis sentinel loglevel in online mode?

Comment From: itamarhaberHello @lddlww No, when used in Sentinel mode, Redis' CONFIG command isn't supported so the conf...

Redis Excessive ping delay with redis on a virtual machine during VM live migration

Hi,We are running redis on a virtual machine. If we migrate the VM when the press is high, like running redis benchmark ...

Redis sentinels hang up for 16 minutes before starting failover when master node not reachable

Redis v3.2.9 cluster with node 1, 2, 3, sentinel enabled. service network stop on master node1 to simulate network failu...

Redis (6.0.1) tls-replication failed to start on empty slave

Hello.CentOS 7.6.1810 (and other 7)1. New master and new slave. Empty base. tls-replication starts successfully and work...

Redis Sentinel can't connect to master(tls)

environmentredis version: 6.0-rc31 master 2 replicas 3 sentinelredis server config:[root@sentinel1 /]# grep ^tls- /etc/r...

Redis [CRASH]

My Redis has crashed, what should I do now? ThanksCrash reportPaste the complete crash log between the quotes below. Ple...

Redis make test failing for redis-6.0.6

@yossigo,As per your suggestion in ticket number "Tests: drop TCL 8.6 dependency. #7548"....I complied the configuration...
上一页 下一页
.