After pushing commit e2debb643 I noticed redis_fdw failure on crake. +ERROR: failed to connect to Redis: 1 +CONTEXT: SQL statement "select (select count(*) from db15) + + (select count(*) from db15_hash) + + (select count(*) from db15_set) + + (select count(*) from db15_list) + + (select count(*) from db15_zset)" +PL/pgSQL function inline_code_block line 5 at SQL statement
This same failure occurred three days ago as well. It seems that connecting to Redis has been unstable recently. (CC'ing Andrew, as he's the owner.) Thanks Richard