pg-redis-fdw/redis_fdw

Suggestion: use Lua to get data for a Redis set

Closed this issue · 1 comments

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.

It doesn't.