In memory DB basically means storing data
in memory
to avoid using databases
Pros
Faster access
Easy to implement
Cons
Data is lost of server crashes
Cant horizontally scale