'AWS Memorydb create multiple databases in a single instance

Earlier I was using Redis DB and in that, I have 8 databases set in the Redis conf file and I have a total of 8 databases named db0, db1, db2 ....db7. recently I have created a new instance of memoryDB in AWS and in that redis config file i have set the database's value to 16 but I'm getting only db0 database rest are missing. Can someone help how I can create the rest of the databases like db1 db2 to the same memory DB instance?

Thank you in advance.



Solution 1:[1]

Amazon MemoryDB for Redis (and Amazon ElastiCache for Redis in cluster-mode-enabled configurations) support DB0 only.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 dllcp