Nineya
Home
Blog
软著申请
Redis [BUG?] question about update_zmalloc_stat_alloc
2025-01-16 19:44:36
1837
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?
2025-01-16 17:23:15
678
#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
2025-01-16 17:22:45
1314
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
2025-01-16 17:22:36
2919
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
2025-01-16 17:22:33
2376
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
2025-01-16 17:22:21
4665
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
2025-01-16 17:22:17
1906
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
2025-01-16 17:22:14
3527
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
2025-01-16 17:22:11
1241
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
2025-01-16 17:22:09
2770
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?
2025-01-16 17:22:06
2956
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
2025-01-16 17:22:03
2804
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
2025-01-16 17:22:00
911
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?
2025-01-16 17:21:58
276
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
2025-01-16 17:21:55
1319
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
2025-01-16 17:21:53
1735
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
2025-01-16 17:21:50
4857
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)
2025-01-16 17:21:47
3772
environmentredis version: 6.0-rc31 master 2 replicas 3 sentinelredis server config:[root@sentinel1 /]# grep ^tls- /etc/r...
Redis [CRASH]
2025-01-16 17:21:44
11359
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
2025-01-16 17:21:42
4665
@yossigo,As per your suggestion in ticket number "Tests: drop TCL 8.6 dependency. #7548"....I complied the configuration...
上一页
下一页
1
…
873
874
875
876
877
…
2246
.