When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work.
After looking the appwrite code, i saw some of the init does not pass the user when creating the redis conenction.
Since there was a github issue i added reference to the missing parts for redis : https://github.com/appwrite/appwrite/issues/3309
If possible could this be fixed for 1.9.5 release ? (if not don't worry, i'm currently using the default user as a temp workaround)
Also idk if it was mentionned somewhere, but could it be possible to use another db than the default db0 ?
Redis with user/pass doesn't work NO_AUTH wrong user/pass
also just password login also fails, it seams like some part of the API does not login to redis
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...