I think this implementation will work? The Adaptor abstract class is implementing the list method which is basically returning a list of databases.
Redis is having only 0 to 15 number databases by default and to change databse number we need to update the .conf file and also restart the server So I think using a hashset will be a great choice instead So the ultimate the lookup will look like
redis instance ={
databaseName:{
tableName:{}
}
}
And for creating of the collections I am reffering to the mongodb adapter cause both redis and mongodb are schemaless. So some among them will be common
uhhh the point is they need to return the same format
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...