question about using pgmemcache - Mailing list pgsql-general

From Juan Backson
Subject question about using pgmemcache
Date
Msg-id 27c25bc40911081934v722ab4a7q23544e198427885f@mail.gmail.com
Whole thread Raw
Responses Re: question about using pgmemcache  (Chris <dmagick@gmail.com>)
List pgsql-general
Hi,
 
I am planning to pgmemcache to act as a fast-accessible cache before my app and postgres.
 
I have got it pgmemcache setup.  The question I have is that if memcached crashes, and I need to restart memcached, since memcached is not persistent, do I need to run some scripts to auto-recreate all the key value data from postgres?  
 
What is the easiest way to do it?  Is there anyway that I can write some syncup function to let postgres to do the re-creation of data to memcached.
 
Thanks,
jb

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.
Next
From: Chris
Date:
Subject: Re: question about using pgmemcache