pg-redis-fdw / redis_fdw

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

What about redis_fdw for Windows? #11

Closed win32nipuh closed 9 years ago

win32nipuh commented 9 years ago

Does exist redis_fdw for PostgreSQL x64 windows ? Or how I can build it in VS2013?

Thnx

adunstan commented 9 years ago

I have never tried it. It should be possible to build if you have the hiredis libraries and headers installed. The simplest way is probably to put the fdw source in the postgresql contrib directory and then do a normal postgresql build. The build system should pick up any module in contrib and try to build it. You might have to add in config settings for the locations of the hiredis headers and libraries.