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 do i connect to realtime? I dont get...
I am trying to connect to realtime database updates but don't seem to receive any updates. Documentation is pretty bad and i am stuck. Can anyone help? Here is ...
- Appwrite users audit logs
We're facing a situation where a function was deployed and nobody knows who did it! We can't find who was responsible for the deployment. Nobody has taken respo...
- Hi there, It looks like due to an "unpai...
I ended up cancelling the paid account same day i was about to be charged and I still got charged. I haven't used any of the paid premium products as of yet and...