Nineya
Home
Blog
软著申请
Redis RedisGraph crash when loading dump.rdb at startup
2025-01-16 20:19:14
32364
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
2025-01-16 20:19:11
518
In listGetIterator function comment, common usage code like this:iter = listGetIterator(list,<direction>);while ((...
Redis [CRASH] ARM based Mac with m1 chip
2025-01-16 20:19:09
4680
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 路径会变
2025-01-16 20:19:05
1237
cd /usr/local/redis root 用户通过命令 ./redis.server ./redis.conf 启动redis 时,配置文件配置了dir 的路径是 /var/lib/redis同时通过命令./redis-cli 进入...
Redis Logfile opened even if overriden
2025-01-16 20:19:00
614
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
2025-01-16 20:18:58
3900
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
2025-01-16 20:18:55
597
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
2025-01-16 20:18:52
3192
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
2025-01-16 20:18:49
2596
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
2025-01-16 20:18:42
2631
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
2025-01-16 20:18:40
1503
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
2025-01-16 20:18:37
1362
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'
2025-01-16 20:18:32
198
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
2025-01-16 20:18:30
2105
$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
2025-01-16 20:18:27
467
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
2025-01-16 20:18:24
1832
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
2025-01-16 20:18:21
1816
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
2025-01-16 20:18:18
328
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
2025-01-16 20:18:16
935
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
2025-01-16 20:18:13
831
As of 91685eeeb1462edfc12da2e079e76bdbeec0eddb, when e.g. databases 16 is configured, the SELECT command checks to make ...
上一页
下一页
1
…
839
840
841
842
843
…
2246
.