Redis [BUG] hiredis Makefile needs similar SSL detection as found in src/Makefile

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

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.

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

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

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

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

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

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

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

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

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

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

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

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?

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

My .conf file:# The name of the append only file (default: "appendonly.aof")appendfilename appendonly.aofcli command: co...

Redis install hiredis fail on armbian

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

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%

结论(Conclusion):待确认(Unconfirmed)是否为redis的BUG,原因是进程实际占用的内存远小于配置的最大内存,所以不会是内存不够需要淘汰。CPU百分百redis-server进程集群状态:slave临时解决办法(Te...

Redis I calculate size of key is different from memory usage size of key, Why?

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...
上一页 下一页
.