Nineya
Home
Blog
软著申请
Redis [BUG] hiredis Makefile needs similar SSL detection as found in src/Makefile
2025-01-16 20:28:38
775
When trying to compile redis on an M1, the test in the hiredis Makefile uses a hard-coded pathname for the openssl inclu...
Redis [docs] ERR ERR wrong number of arguments for 'pexpire' command
2025-01-16 20:28:35
346
The examples in the pexpire docs page have errors:redis> PEXPIRE mykey 1000 XXERR ERR wrong number of arguments for ...
Redis Possible undefined behavior in sdsll2str() implementation in sds.c.
2025-01-16 20:28:33
145
It seems the problem is the same as #1940if value(long long) is INT64_MIN then -value yields UB (signed overflow - even ...
Redis aof auto rewrite 100%cpu high IO service unavailable
2025-01-16 20:28:31
1526
the service unavailable when aof rewrite i must restart redis , why and how avoid it.serverMem : 15G CPU: 4version: dock...
Redis [BUG][Version 2.8]serveral potential bugs of null pointer dereference
2025-01-16 20:28:28
1722
I analyzed the source code of redis 2.8.4 and found several potential null pointer dereference bugs. I listed them below...
Redis [BUG]A potential bug of NULL pointer dereference
2025-01-16 20:28:08
4092
There is a potential bug of null pointer dereference.In file dict.c,line 259,Function malloc my fail to allocate memory,...
Redis [BUG]A potential bug of NULL pointer dereference
2025-01-16 20:28:02
414
In file hiredis.c,line 1126,the function sdsempty is called and its return value can be null,so c->obuf can be a nul...
Redis [BUG]A potential bug of NULL pointer dereference
2025-01-16 20:27:37
247
there is a potential bug of null pointer dereference.In file sds.c,line 159,zrealloc my fail to allocate memory,so it ma...
Redis [BUG]A potential bug of NULL pointer dereference
2025-01-16 20:27:06
230
In file async.c,line105,Function realloc may fail to allocate memory(lacking failure check),as such,it may incur null po...
Redis [BUG]A potential bug of NULL pointer dereference
2025-01-16 20:26:40
623
there is a potential bug of null pointer dereference,in file hiredis.c,line 1045,c loaded return value of function redis...
Redis [BUG]A potential bug of NULL pointer dereference
2025-01-16 20:26:35
344
there is a potential bug of null pointer dereference.In file dict.c,line 75,function _dicInit is called and ht act as th...
Redis [BUG]A potential bug of unchecked return value to nULL pointer dereference
2025-01-16 20:26:31
212
In file async.c,line 70,Function malloc may fail to allocate memory and Function memcpy may copy data to null pointer as...
Redis [Feature request] TAKE - simple GET + DELETE
2025-01-16 20:26:27
475
It would be awesome if there was a simple TAKE/MTAKE/HTAKE, etc. for quick get + delete on keys for temporary/one time k...
Redis [QUESTION] When I use the io-threads, when the num more than 24, the redis become a single thead
2025-01-16 20:26:24
2267
Describe the bug I want use the redis with io-threads, an my platform has 144 logical cpu cores, and in the redis.conf,...
Redis slave-announce-ip is there, but how about the master?
2025-01-16 20:26:21
1040
I'm running redis (4.0.9) inside docker with stunnel to connect to the outside docker. slave-announce-ip helped to map t...
Redis config get appendfilename doesn't work
2025-01-16 20:26:19
1410
My .conf file:# The name of the append only file (default: "appendonly.aof")appendfilename appendonly.aofcli command: co...
Redis install hiredis fail on armbian
2025-01-16 20:26:16
2612
Hello,I’m trying an installation of Mastodon instance on tinkerboard running with Armbian OS.I follow this topic : https...
Redis Vulnerability? Running a bash command from a Redis string
2025-01-16 20:26:13
10903
Hi, After leaving Redis server without a password exposed to the Internet and installed on an AWS EC2 instance, I discov...
Redis Slave CPU 100%
2025-01-16 20:26:07
10831
结论(Conclusion):待确认(Unconfirmed)是否为redis的BUG,原因是进程实际占用的内存远小于配置的最大内存,所以不会是内存不够需要淘汰。CPU百分百redis-server进程集群状态:slave临时解决办法(Te...
Redis I calculate size of key is different from memory usage size of key, Why?
2025-01-16 20:26:04
691
I execute "set a zhangsan EX 10000". Then, I get memory size by "memory usage a", it is 55.I kill redis-server to genera...
上一页
下一页
1
…
832
833
834
835
836
…
2246
.