-
{
"authHost": "http://localhost",
"authEndpoint": "/broadcasting/auth",
"clients": [],
"database": "redis",
"databaseConfig": {
"redis": {},
"sqlite": {
"databasePath": "/database/…
-
The [redis gem](https://github.com/redis/redis-rb/) accepts slightly different options than faye-redis.
For example, faye-redis expects a `:database` option, whereas the same option in the redis gem …
-
Hello!
Check your app and stuck with the similar issue from this
https://github.com/kenellorando/cadence/issues/262
What i see in cadence docker log:
```
cadence | 2024/07/30 16:03:1…
-
缓存设置为redis后,除了在配置文件的cache同级下加一段database配置,如下,
`'database' => [
'redis' => [
'default' => [
'host' => 'localhost',
'port' => 6379,
'database' => 1,
],
],
],`
是否需要在实…
-
**Describe your environment**
Python == 3.9.9
opentelemetry-instrumentation-redis==0.40b0
redis==4.6.0
**Steps to reproduce**
```
redis = await from_url(
config.host,
encodi…
-
### The bug
Trying out Immich for the first time, following the Docker Compose instructions, the `immich_server` container keeps restarting. The output of `docker logs -f immich_server` is given in…
-
### Describe the bug
Both the deployments have a hard coded `replicas: 1`, which is surprising because for both a PDB can be setup. Is there any reason for setting this fixed values and not exposing …
-
The Native filters doesn't update their cached values after Refresh Dashboard even though the data is updated in the Database. The Native filters seems to be getting refreshed but the data doesn't get…
-
Hey ONLYOFFICE team,
I'm trying to deploy ONLYOFFICE in a Kubernetes environment, and current Dockerfile is overkill. It's packing a bunch of services I don't need.
Potential improvement to consi…
-
Hello,
we had a massive problem with concurrent lock writes. We have an environment with a single Redis server which handles all the caching and locking. This Redis server is used by 2 TYPO3 nodes.…