-
Right now redx only allows you to connect to database 0. There should be a config option to connect to any database.
Example redis uri (connecting to db 7)
```
redis://authstring@192.168.1.1:6379/7
…
-
Environment
Version: docker wallabag/wallabag
Installation: docker
PHP version:
Database: mysql
Parameters:
What steps will reproduce the bug?
When I execute the following command as root on Al…
-
Hello, I started using your package to connect to a centralized Hangfire Server by http, however I do not understand the concept of Agent and their Persistence (mssql, redis and mysql), Why Agent need…
-
Hello all o/
I am Derrick, a Support Engineering Manager at Strapi and also one of the co-maintainers of this plugin. With the release of Strapi 5 I will be working with @stafyniaksacha and @Boegie…
-
## Performance Hypothesis
All Redis cache interaction is consolidated into a single database for all processors. If each processor "tranche" can have access to its own Redis cache database, perform…
-
I use /db-number or ?db=db-number in the Data Source URL to specify the database number as defined in the Schema.
but It doesn't work in Sentinel mode。
-
We have a reports of unexpected queue flushing when using a single Redis instance for both the Matomo cache and for the Queued tracking feature in a multi-server environment. The cache and queue were …
-
How can I set `laravel-echo-server.json` in order to work with redis cluster?
```
...
"database": "redis",
"databaseConfig": {
"redis": {
"port": "6379",
"host": "172.17.8.200"
}…
-
I want to replace Redis database to another one, properly Pinecone. In Readme documentation, It mentioned that OpenGPT supports 50+ databases, but no ideas how to switch from Redis to another one. Cou…
-
Redis is a small in memory database for fast and non permanent storage of data. In Retrobiohub it is supposed to store the data model from retrobiocat needed, which is supposed to be imported to bioca…