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
- how think about relationships?
From what I understand, relationships don't work like foreign keys. So, two things: Is the way to simulate foreign keys to manually pass references to IDs? In...
- Appwrite - Github student plan payment
Even though I have the GitHub Student package, I received a notification saying I would be switched to a pay-as-you-go plan. (It said that I could use AppWrite ...
- Relationship data Not showing on update ...
Version : 1.9.0 OS/System : Windows10/Docker Database : MongoDB Clean Zero Installation The first thing I did in the testing process was create a category and...