Redis [BUG] Fails to install on Debian 10

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?

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?

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

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

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)"

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

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

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

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

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

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?

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

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

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

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

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.

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

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.

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

I have a current use case where I need to declare a user in an external ACL file with multiple passwords. I know multipl...
上一页 下一页
.