Hi Andrea,
As a proof of concept I am trying to use your RedisCache provider to connect to a RedisCache that I created on
www.nodejitsu.com.
I'm trying to see if it is possible for a remote CF app connect to the Redis instance that is tied to an external Node.JS app.
I installed the extension and used my nodejitsu connection string when setting up the cache. No errors are thrown when I verify the connection. I also set the Redis cache to be the default Object cache.
I then tried to do a simple test by calling cacheClear() in my app and I receive this error:
java.lang.NullPointerException
at railo.extension.io.cache.redis.RedisCache.keys(Unknown Source):-1
at railo.extension.io.cache.redis.RedisCache.keys(Unknown Source):-1
at railo.extension.io.cache.redis.RedisCache.remove(Unknown Source):-1
at railo.runtime.functions.cache.CacheClear.call(CacheClear.java:31):31
at railo.runtime.functions.cache.CacheClear.call(CacheClear.java:19):19
I am at a loss to determine what i'm doing wrong as this is the first time I have used the built in Railo caching. Have you ever tried connecting to an external Redis cache such as Nodejitsu?
Thanks for your help.
Nolan