Redis make && make install compiles redis twice

There are two issues I've found with the makefile that is breaking make && make install on a fresh redis tarball...

Redis temp-file creation vulnerability in rdbSave function

I have been trying to reach the Redis maintainers since 2013-09-13regarding this report, but I could not find a good sec...

Redis [BUG] Slave may mis-overwriten synced server.repl_transfer_tmpfile file with BGSAVE file

hi , when slave just finish read the full rdb file from master, rename it, ant then emptyDb, rdbLoad(server.rdb_filename...

Redis [NEW] Enhancement request for acl setuser command

Though we have the acl genpass [bits] command to aid in generation of strong passwords, it would be useful for security ...

Redis trying to cross compile on arm on redis 5rc giving unknown error - openwrt

Hello!I am facing a problem, it was easier with Redis 4, I can compile 4.0.11 no problem, but now with the latest jemall...

Redis Uptake LUA fix to CVE-2014-5461 in redis

Redis 3.2.12(and possibly 4.x) does not have fix to CVE-2014-5461 that fixes a vulnerability in Lua.Comment From: mojtab...

Redis [BUG] using redis 6.0.4,lua CVE vulnerabilities not fixed. Is there any plan to upgrade or fix it?

using redis 6.0.4,lua CVE vulnerabilities not fixed:CVE-2020-15888CVE-2020-15889CVE-2020-15945CVE-2014-5461Is there any ...

Redis Update README with instructions on systemd compilation

There are no instructions in README in the source package that it is neccessary to pass an option to make to compile wit...

Redis how does redis avoid a couple of master and slave been allocationed on the same node?

If a couple of master and slave been allocationed on the same node , and the node down , the whole redis cluster will c...

Redis [CRASH] Executing test client: wrong # args: should be "close channelId"

Crash reportTried to install Redis, followed instructions. Redis crushes on make test. Saw similar issue, but don't know...

Redis Official snap for Snapstore

I would love to be able to deploy redis as a snap in my setup. Thus, I created a recipe in order to build the snap succe...

Redis how to use Redis offline mode with Angular JS

I am doing a project which needs to be sync angular JS with redish in offline mode for POS transactionComment From: itam...

Redis OBJECT IDLETIME key didn't return the right value.

If I set key foo value 32 and run object idletime foo immediately, It doesn't return 0 or 1, it returns 191 instead. How...

Redis feature request: HSETX/HMSETX

It would be useful to have a HSETX/HMSETX which consolidates a hset+setex command onto the key. I am not talking about ...

Redis RedisModule_CallArgv version

Is there exists or planned RedisModule_Call but with argv, something like redisCommandArgv in hiredis?Or maybe some kind...

Redis [feature request] command to truncate a string

Redis append command efficiently appends a value to an existing string. I think when an application needs the append com...

Redis [QUESTION]Why redis performs so bad in Centos7 & 8

I have a server with esxi6.7,I install Centos6.5, 7.6 ,8.2 on the same server.Then I download redis 5.0.7 and keep def...

Redis [BUG] Service Redis-Server Fails to Start

I have a docker image which is being run in a Bitbucket pipeline, pretty standard stuffEverything was running fine befor...

Redis [BUG] make test fails: [exception]: Executing test client: error writing "file70": broken pipe.

Describe the bugmake runs OK and the server and CLI seem to run OK given a basic CRUD test .but trying make test fails.T...

Redis RedisModule_ScanKey may cause user module crash

I use command "SADD testSet 1" to store a Set key to redis. in my module , I use RedisModule_ScanKey to iterate testSet ...
上一页 下一页
.