Quantcast

using cache-redis on the cloudoundry

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

using cache-redis on the cloudoundry

Sebastien Blanc
Hi,
I've been playing wth cache-redis locally together with mongodb and it
works well. Now I'm trying to deploy it on cloud foundry.
When doing a cf-push it doesn't bind automatically the redis service
and after binding it manually I got a "connection refused" error when
calling a method that is annotated with cacheable.
I tried to install on top of my app the redis-gorm plugin, locally it
works but after deploying it on cloud foundry I don't have anymore the
connection refused issue (and the redis service is bound
automatically) but all my GORM request are trying to use the
redis-gorm impl instead of being used only on my marked methods.

Any ideas ?
Thanks,
Seb

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...