Nineya
Home
Blog
软著申请
Redis make && make install compiles redis twice
2025-01-16 19:45:39
4884
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
2025-01-16 19:45:37
5987
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
2025-01-16 19:45:34
6994
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
2025-01-16 19:45:31
4135
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
2025-01-16 19:45:28
3688
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
2025-01-16 19:45:26
677
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?
2025-01-16 19:45:23
489
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
2025-01-16 19:45:20
524
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?
2025-01-16 19:45:17
864
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"
2025-01-16 19:45:15
2938
Crash reportTried to install Redis, followed instructions. Redis crushes on make test. Saw similar issue, but don't know...
Redis Official snap for Snapstore
2025-01-16 19:45:12
7546
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
2025-01-16 19:45:09
484
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.
2025-01-16 19:45:06
6499
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
2025-01-16 19:44:57
1752
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
2025-01-16 19:44:54
1058
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
2025-01-16 19:44:51
1051
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
2025-01-16 19:44:48
1647
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
2025-01-16 19:44:46
1060
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.
2025-01-16 19:44:43
115798
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
2025-01-16 19:44:40
2566
I use command "SADD testSet 1" to store a Set key to redis. in my module , I use RedisModule_ScanKey to iterate testSet ...
上一页
下一页
1
…
872
873
874
875
876
…
2246
.