Craig Kerstiens on putting Redis in Postgres
SQL is an expressive language, though people are often okay with accessing Mongo data through its own ORM. The real value is that you could actually query the data from within Postgres then join across your data stores, without having to do some ETL process to move data around.
From experience, here be dragons, but used judiciously Postgres’ Foreign Data Wrappers are a great feature.