Anyone know if ACF Redis session management suppor...
# adobe
c
Anyone know if ACF Redis session management supports clustered redis? Just popped it on and got a lot of
: redis.clients.jedis.exceptions.JedisMovedDataException: MOVED
errors so assuming maybe not. The redis caching bit has a nice cluster tickbox wheras the session management does not
c
Using AWS ElastiCache Redis clusters for sessions here, just two nodes each, primary and replica.
c
yeah wondering if fudged the setup somehow - had no issues on non non clustered versions in staging environments doing the same thing. Using Azure here but good to know its working elsewhere - google ahoy
c
we have cluster mode disabled in AWS btw
c
ah
p
@chris_hopkins Currently, Redis Cluster is not supported with session management and we have an enhancement logged for the same. Cluster is supported in Caching.
c
Thank you, i thought I saw a setting in the neo-config.xml to share the redis for caching with the session cache. That one does have a toggle for clustered redis, would this then potentially allow the session store to use the redis cluster also? Was just digging about, could be wrong on the setting
p
We have asked engineering to push this one as more and more users are adopting Redis and it would be good that cluster should be supported.
👍 1
c
Awesome, we are using azure and most of the extra things we need come with clustering enabled so bit of a pain at the moment. Do you know if this will be an update to multiple versions of CF or a feature of the next?
p
I need to check this and get back to you.
c
Thx u