Redis PUBLISH is now supported so you can send messages to subscribers on a
channel.
Leon
On Wed, Jan 28, 2015 at 12:23 AM, Leon Dang wrote:
> The code has been posted to https://github.com/nahanni/rw_redis_fdw
>
> Anyone interested can test it out or review it.
>
> cheers
>
George Silva wrote on 01/28/2015 11:49 AM:
Great. Congratulations.
How big is the latency in the FDW? This opens up new possibilities
using redis. Very cool.
# explain analyze insert into rstr values ('k4434', '3234234');
QUERY PLAN
---
Andreas Kretschmer wrote on 01/28/2015 03:36 AM:
> I've implemented a completely new Redis FDW module which has little to do with
> github.com/pg-redis-fdw/redis_fdw; although I did take some inspiration from
in
> on how the tables were to be designed but most I got from looking at the
> oracle
The code has been posted to https://github.com/nahanni/rw_redis_fdw
Anyone interested can test it out or review it.
cheers
Leon
Leon Dang wrote on 01/24/2015 04:17 PM:
Hi
I've implemented a completely new Redis FDW module which has little to
do with github.com/pg-redis-fdw/redi
Hi
I've implemented a completely new Redis FDW module which has little to do
with github.com/pg-redis-fdw/redis_fdw; although I did take some
inspiration from in on how the tables were to be designed but most I got
from looking at the oracle-fdw.
My redis-fdw implementation supports read and writ