Has anyone got Redis to work with Lucee 5 and AWS ElastiCache?

I was able to compile and install the Redis-Extenstion for Lucee. However,
I am getting an error in the console “ERR unknown command ‘SENTINEL’” when
I verify even tho the verify Check says “OK”.

Does this extension work with Redis v2.8.24 ?
Has anyone got it to work with Lucee 5 and AWS redis server?

Thanks
-Bill

I tried getting it to work with Lucee 5, but didn’t spend much time with it. I ended up writing a Redis provider module for Coldbox instead:

I may double-back and look at the extension if Mark doesn’t update it, himself.

JonOn October 3, 2016 at 4:59:14 PM, William Fears (@William_Fears) wrote:

I was able to compile and install the Redis-Extenstion for Lucee. However, I am getting an error in the console “ERR unknown command ‘SENTINEL’” when I verify even tho the verify Check says “OK”.

Does this extension work with Redis v2.8.24 ?
Has anyone got it to work with Lucee 5 and AWS redis server?

Thanks
-Bill

Thanks Jon,
You got your module to work with AWS? Is there a way to see your source?
Which Redis client did you use?

ps Subject should be Lucee 5 =)

I got it…

thanks Jon!

Hi wfears,

Were you able to use the Redis Cache Connector without using Redis Sentinel? How did you end up connecting to Elasticache?

I’ve made a new extension that works without sentinel:

Used in production with ElastiCache.

2 Likes