-
As in title. Here's the recommended config: http://piwik.org/faq/how-to/faq_20511/
It doesn't work well with `file` configured as the third backend. Additionally, when Redis is down, there's an error …
quba updated
2 months ago
-
Hello.
Since [0.23.1](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.23.1) redis-rs supports sentinel.
Could you add it to relay please?
-
When using Sentinels connection to Redis instead of a "single host", when opening the `/admin/background-tasks/` URL, the following exception is raised:
```py
Traceback (most recent call last):
…
-
**What version of redis operator are you using?**
v0.15.1
**What operating system and processor architecture are you using (`kubectl version`)?**
v1.25.16
**What did you do?**
Trying …
-
We recently ran into an issue related to protected mode on one of our redis sentinel clusters.
In this cluster setup we have 1 master and 1 replica and 3 sentinels.
The master and replica c…
-
When running `test_lmcache_redis_sentinel` in `test/tests.py`, there is an error message after issusing a new request (`driver.py:118`). Then OpenAI request failed: peer closed connection without send…
-
Looking at the code, it does not appear that sentinel is supported. I wanted to confirm if this is actually the case. It looks like standalone and cluster only are supported
-
### Issue Description
- I used RedisShake to migrate data from a Sentinel cluster to another Sentinel cluster. Both clusters have the same configuration(3 sentinel servers and 2 Redis servers includi…
-
Request support for redis sentinel to allow for graceful clustered / failover solutions.
mfw78 updated
4 years ago
-
# Summary
Today secrets such as `REDIS_USERNAME` are only readable via `os.GetEnv()` which means we cannot mount secrets from disk.
For some
# Motivation
Within some environments I work in…