pg-redis-fdw / redis_fdw

A PostgreSQL foreign data wrapper for Redis
494 stars 68 forks source link

running on rds postgres #19

Closed fortm closed 7 years ago

fortm commented 7 years ago

Running create extension redis_fdw gives below error. Currently is there any alternative way to create foreign data wrapper for redis and achieve similar goals as this project on RDS ?

Extension "redis_fdw" is not supported by Amazon RDS

Thanks

adunstan commented 7 years ago

I don't believe so. But Heroku does: https://devcenter.heroku.com/articles/heroku-postgres-extensions-postgis-full-text-search

braco commented 3 years ago

Looks like they just support postgres_fdw now?

Was curious if there was a way to get this running on RDS but there doesn't seem to be.