0

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
fortm
  • 4,066
  • 5
  • 49
  • 79

1 Answers1

0

redis-fdw extension need it's native c libs installed on your servers, this is not allowed on amazon rds, you should use this in amazon ecs server, install postgresql and redis-fdw by yourself

Richie Min
  • 654
  • 5
  • 15