-
TLDR; Redis présente des timeout a 100ms réguliers.
## Problème
On a des probs de timeout entre l'api-proxy et le docker redis du proxy qui remontent dans sentry
On avait les memes quand redis éta…
-
LettuceBasedProxyManager.builderFor method doesnt support StatefulRedisSentinelConnection type parameter.
-
installed nostream on a VM(Ubuntu 22.04.5). V2.0.0.
postgresql-16
Redis Server V7.4.1
Typescript v5.6.3
node v20+ (also node v18)
when running nostream, REDIS throws error saying the URL is und…
-
**Describe the Issue**
Redis is getting out of memory with issues to persist data to disk
**To Reproduce**
Steps to reproduce the issue:
1. Configure the environment or settings with '...'
2. R…
-
Would there be a way to intercept (for logs, metrics, analysis) the actual commands sent to Redis in code (Spring) beyond simply setting the log level to DEBUG? Would we look at AOP around the Redis…
-
Hi, WireGuard client unable to resolve DNS, e.g., redis.redis.svc.cluster.local
My server yaml is
```yaml
replicaCount: 1
autoscaling:
enabled: false
service:
enabled: true
type: C…
-
I tried to add support to chirpstack for redis sentinal (https://github.com/chirpstack/chirpstack/pull/553)
However when I tried it with our redis configuration it fails with errors like:
```
…
-
# Summary
Replace redis with solidcache
# Why?
Slimming down our prod
# Details
Check that everything we use redis for will still works. Make it so!
# Criteria for completion
- [ ] through check of wh…
-
### Symfony version(s) affected
6.4.7
### Description
I have a message handler that consumes messages in batches of size = 10. When it consumes messages the messenger process crashes with the follo…
-
If using a custom installation of Redis the adding `REDIS_TLS_DISABLED` allows for optional Redis configuration.
```
const redisConfig = {
host: process.env.REDIS_HOST,
port: process…