Closed Lennie closed 7 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.
It doesn't.
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.