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
Recommended threads
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...