Redis RedisGraph crash when loading dump.rdb at startup

The load of dump.rdb at redis startup started to crash after data was added to the graphBefore this the graph already co...

Redis listGetIterator usage code may end up using a NULL pointer

In listGetIterator function comment, common usage code like this:iter = listGetIterator(list,<direction>);while ((...

Redis [CRASH] ARM based Mac with m1 chip

Crash reportWhen I start the redis server on a ARM based mac with the M1 chip I get the following error.java.lang.Runtim...

Redis 运行中的redis dir 路径会变

cd /usr/local/redis root 用户通过命令 ./redis.server ./redis.conf 启动redis 时,配置文件配置了dir 的路径是 /var/lib/redis同时通过命令./redis-cli 进入...

Redis Logfile opened even if overriden

If there's a logfile directive the path is immediately opened on encountering it (and on failure the process dies). This...

Redis modules RM_StringTruncate with newlen == 0

I was making a module and one of my unit tests was failing in the case where I was passing 0 as the newlen argument to R...

Redis Disable WARNING about overcommit_memory if background save is disbled

As the title states, if save "" is set in the configuration file, overcommit_memory warning should be removed.Comment Fr...

Redis incrbyfloat behaviour with bigger number than 127

Hello,I'm facing a following problem with using incrbyfloat() command. As you can see all operations with numbers below ...

Redis Redis info command, the used_memory is not same as actual used memory on that machine

Hi,I am using redis 3.2.5 version. The used_memory metric output given by redis info command is not matching with the us...

Redis [QUESTION]Lua Script Permission for Certain Operations

Hello folks, I have a question about Redis Lua scripts functionality, the version I am currently using is 6.0.Is there a...

Redis [BUG] Redis build failed on suse 11 sp4

i build Redis on suse 11 sp4 and got error :networking.o: In function `IOThreadMain':/data/redis/src/networking.c:3058: ...

Redis bufferoverflow or wrong semantic bug in the source file redis-cli.c

When we review the source file redis-cli.c for checking a NPD bug, we find that this may be an bufferoverflow or a seman...

Redis Cannot find redis-cli in folder 'src'

Cannot find redis-cli in folder 'src' in redis5.0.5 . Is it removed ?Comment From: itamarhaberHello @DachuanZhao redis-c...

Redis redis-cli --cluster tries to broadcast a command to all the shards including slaves

$src/redis-cli --cluster call 127.0.0.1:8101 set Key1 Value1>>> Calling set Key1 Value1127.0.0.1:8101: OK127.0....

Redis 6.0.1 requirepass

when i set requirepass to "" in redis.conf and restart redis-server, i connect server by client redis-cli ping(error) NO...

Redis redis-cli no-AUTH behavior differs when in --cluster mode

The redis-cli behaves differently in the way it handles an empty password when using the cli for standard operations vs ...

Redis @ 6.0.3, after SUBSCRIBE, PUBLISH is not returning integer reply

ContextHi all, I'm writing a JS client and following the RESP3 spec at https://github.com/antirez/RESP3/blob/master/spec...

Redis Replace the const char* in the raxSeek parameter with enum

Obviously, the enumeration variable is easier to understand in the case of last and first, and no additional analysis is...

Redis Enhancement Request: Remove config set requirepass from Redis-cli log

There's already a strategy to remove AUTH and ACL SETUSER from the redis.cli log in redis-cli.c but I think there may be...

Redis redis-cli with -n option higher than max database index appears to work but does not

As of 91685eeeb1462edfc12da2e079e76bdbeec0eddb, when e.g. databases 16 is configured, the SELECT command checks to make ...
上一页 下一页
.