Hacker News new | ask | show | jobs
by neovintage 3912 days ago
Have you tried using Postgres Foreign Data Wrappers? There's a redis fdw that will allow you to use SQL from Postgres and query the keys in Redis.

http://www.postgresql.org/docs/9.4/static/sql-createforeignd...

1 comments

Oh man, that is a very good idea. Apparently Heroku (our pg provider) supports it as well: https://devcenter.heroku.com/articles/heroku-data-links