pg-redis-fdw / redis_fdw

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

Suggestion: use Lua to get data for a Redis set #3

Closed Lennie closed 7 years ago

Lennie commented 11 years ago

If you use sets of keys to create your "tables" in Redis the client needs to send multiple requests to Redis, you can also use Lua to collect all the key/values of a set in one request.

Now I don't know if that fits the Foreign Data Wrapper model.

adunstan commented 7 years ago

It doesn't.