pg-redis-fdw / redis_fdw

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

ERROR: failed to get the database size: 19081328 #22

Open maxthwell opened 6 years ago

maxthwell commented 6 years ago

use redis4.0.2 and postgres10.0 , after create server/user mapping/foreign table (key,val) , execute sql statement 'select * from redis_db0 limit 1' ,then error occurred;

adunstan commented 3 years ago

I need to know the table options used - the FDW gives different redis commands for this operation depending on the table type.