Anyone who knows me will know I love Postgres. It’s a brilliant general purpose fully-featured database with great performance and reliability. It’s familiar to the Ruby on Rails world who have embraced it with open arms.
Redis a flexible key-value data store that is commonly used as a cache or message broker. You can even use it as a very basic database.