Rank 4: Virtual Machine
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 ?