Nineya
Home
Blog
软著申请
Redis [BUG] Fails to install on Debian 10
2025-01-16 20:14:08
5681
I use Debian 10 server at Hetzner dedicated. When i try install redis, and use command make test i received error:[err]:...
Redis Can XACK be batch operated?
2025-01-16 20:14:05
436
Comment From: tirkarthiIs this a duplicate of https://github.com/antirez/redis/issues/5190 ?ThanksComment From: filipeco...
Redis Preparing for Redis 5 GA: What issues / PRs to address?
2025-01-16 20:14:02
5456
Hi all, we are finally near the 5.0 GA release!However before proceeding I would like to merge / fix the PRs and issues ...
Redis Benchmark in cluster mode fails to authenticate
2025-01-16 20:13:59
1967
Steps to repro:Set-up three instances (in three separate terminals or whatever) of redis-server:$ redis-server --port 30...
Redis redis-benchmark --threads and -I don't play well together
2025-01-16 20:13:57
2121
Not sure whether it is actually practical, but still:$ redis-benchmark -I --threads 8Creating 50 idle connections and wa...
Redis Redis 4.0.1;1 APPEND to existing String value > 512MB fails with "ERR string exceeds maximum allowed size (512MB)"
2025-01-16 20:13:54
318
Seems that checkStringLength in t_string.c has a hard coded check of "if (size > 51210241024) {" and is called by app...
Redis Under the frameWork of Spring Boot,How to build a redis connection factory, connection pool, and instantiation under the spring framework
2025-01-16 20:13:51
476
thanksComment From: filipecosta90@xingshanhu closing this one given it's outside the scope of the project and lacks deta...
Redis Redis3.2.8 remote connection JedisConnectionException
2025-01-16 20:13:48
874
I installed redis3.2.8 on remote server(centos6.7).But client(java) can't remote server.Redis3.0.7 is OK.The Jedis cat...
Redis Why does Redis 3.0 stable license document still contain the "Redis 3.0 is beta and not to be used in production? http://download.redis.io/redis-stable/00-RELEASENOTES Please fix
2025-01-16 20:13:46
372
Comment From: badboyProbably just forgot to upload it again, it's fixed in the repo already: f387a5acf8d4ec0e908c00c4efc...
Redis AutoComplete with StackExchange.Redis works fast on Windows server while it works very slow on Linux server
2025-01-16 20:13:43
12776
Hi,I have written an Autocomplete Console application using Redis in C#. The application adds "Names" as keys and "Code"...
Redis redis-benchmark.c lrange with possibly wrong range parameter
2025-01-16 20:13:40
506
redis-benchmark.cif (test_is_selected("lrange") || test_is_selected("lrange_500")) { len = redisF...
Redis OSX10.10.5 built-in Apache how to install redis extension of PHP?
2025-01-16 20:13:37
546
OSX10.10.5 built-in Apache how to install redis extension of PHP?Comment From: badboyConsult the documentation of that R...
Redis redis-benchmark silently fails on unknown Redis commands
2025-01-16 20:13:35
455
For example:$ redis-benchmark -n 1 -c 1 foo====== foo ====== 1 requests completed in 0.00 seconds 1 parallel clients ...
Redis redis-benchmark generates too many requests when pipeline is used
2025-01-16 20:13:32
1360
When pipeline is used -P numreq (where numreq > 1), the number of generated requests may be actually higher than conf...
Redis Unstable (will be 3.2) Sentinel crash
2025-01-16 20:13:29
8092
I have been investigating redis sentinel and its all going well except then sentinel sometimes crashes.It seems to occur...
Redis Getting junk value like "OK" for redis get command
2025-01-16 20:13:26
1449
Problem:I am getting junk values like "OK" for redis get call.This issue reproduces often over a particular period of ti...
Redis Version of server and client not match, connectRedis failed but no error message.
2025-01-16 20:13:24
689
as the title said, my redis client version is 2.2 and server version is 2.8, i use this client connect to the server, of...
Redis windows Redis server 2.8.2102 fragrantly crashed
2025-01-16 20:13:21
4333
Hi, Please help my redis service continuously stopped in few second.Please have a look below Info file ..Redis WEBDBSRV:...
Redis PythonInterpreter from Jython library not able to execute Redis script.
2025-01-16 20:13:18
2365
Hi ~Salvatore Sanfilippo,We are executing Redis script which is given in the Phython script, to execute we are using Jyt...
Redis [QUESTION] Creating user with multiple passwords in external ACL file
2025-01-16 20:13:15
1309
I have a current use case where I need to declare a user in an external ACL file with multiple passwords. I know multipl...
上一页
下一页
1
…
844
845
846
847
848
…
2246
.