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 have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...