Redis Can't add new init script to defaults

So, I was following these instructions: https://redis.io/topics/quickstart (Installing Redis more properly point)Ever...

Redis Replica PING at Random Interval

The loops counter (replication_cron_loops) hasn't reset/reinitialized after the ping. So even after increasing ping peri...

Redis Promote last Master to master again

Hi,I run 2 redis nodes with sentinel in replica mode, when i stop master node my slave will promote to master but when ...

Redis segfault with fuzzing in sds.c

Hi all,finally I am working again to fuzz Redis and include it into the google OSS-fuzz project.A first implementation l...

Redis redis server 6.0 RC2 crashed on include/jemalloc/internal/tcache_inlines.h:203

running fresh instance of redis server with version 6.0 rc2I played a lot with ACL commands, ACL users and used MONITOR ...

Redis getnstimeofday,do_gettimeofday,ktime_get_real,current_kernel_time,get_seconds,getboottime,time/time32,gettimeofday is not allow to used!

getnstimeofday,do_gettimeofday,ktime_get_real,current_kernel_time,get_seconds,getboottime,time/time32,gettimeofday is no...

Redis Compile Error of debug.c

I try to compile redis on Ubunut 19.10.Cross compile with arm-hisiv500-linux-gcc.I got this error:debug.c:39:22: Fatal E...

Redis Error in strace continually popping while trying to access fifo

root@mishypredis1:/var/lib/redis# redis-server --versionRedis server v=4.0.10 sha=00000000:0 malloc=jemalloc-3.6.0 bits=...

Redis The function aeAddMillisecondsToNow seems a bit wrong

static void aeAddMillisecondsToNow(long long milliseconds, long *sec, long *ms) { long cur_sec, cur_ms, when_sec, whe...

Redis redis-5.0.7 fails to build with -fno-common

https://gcc.gnu.org/gcc-10/changes.html:GCC now defaults to -fno-common. As a result, global variable accesses are more ...

Redis How can I get the latest version of the redis for windows

although redis running in windows is a bad news,but my boss order me to do it,so,How can I get the latest version of th...

Redis Clarification about READONLY errors inside a transaction

Hi, I'm collaborating on a pull request in ioredis repo for handling READONLY errors inside a transaction. I think the b...

Redis Slave should remove temporary dump created after full resync if set not to persist data

I have redis slaves which are set not to persist any data (save "" and appendonly no).But after a full resync between th...

Redis ACL - Initial Login as the Default User if nopass set, Even with Default User Turned Off.

When you set the default user to off, if you have nopass set for the default users passwords you are still initially aut...

Redis CLOCK_MONOTONIC replace gettimeofday when use expire time in key

why not use clock_gettime(CLOCK_MONOTONIC, &ts); in function (long long ustime(void))Comment From: WiFengThere...

Redis Is there a chance that server.run_id will be repeated?

server.run_id is generated using a random function , what happens if duplicates occur?getRandomHexChars(server.runid,CON...

Redis Cluster Resharding with Large Key

Hello,We are running a cluster and are attempting to reshard after adding a few new nodes. I looked through older issues...

Redis Redis doesent work (not sync with slaves) and show BUG Error

I have installed master and slave mode redis replication but it doesnt sync with its replica and shows BUG report:I want...

Redis Redis 5.0.7 crashed by signal: 11 while running RedisGraph

Hi,I observed the following crash when running RedisGraph on my cluster.redis[105815]: #012#012=== REDIS BUG REPORT STAR...

Redis https://redis.io official website seems down

Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)snapshot: https://archive.is/RdNW9Comment From: jadanah...
上一页 下一页
.