You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Elasticache, like most cloud-based redis offerings, run in secure mode, which effectively disables the CONFIG command. However, the JedisConnectionFactory as configured in WEB-INF/applicationContext-session-redis.xml will attempt to use the CONFIG command to enable keyspace notifications.
Priority
Low
Resolution
I have no budget and there's no rush, please add this feature for free
More information
We are working around this particular issue by replacing the applicationContext-session-redis.xml with the following in our war:
This works, though ideally something like structurizr.redis.secure to toggle this behaviour would be quite a bit more ergonomic, much like spinnaker offers.
The text was updated successfully, but these errors were encountered:
Description
AWS Elasticache, like most cloud-based redis offerings, run in secure mode, which effectively disables the
CONFIG
command. However, the JedisConnectionFactory as configured inWEB-INF/applicationContext-session-redis.xml
will attempt to use theCONFIG
command to enable keyspace notifications.Priority
Low
Resolution
I have no budget and there's no rush, please add this feature for free
More information
We are working around this particular issue by replacing the
applicationContext-session-redis.xml
with the following in our war:This works, though ideally something like
structurizr.redis.secure
to toggle this behaviour would be quite a bit more ergonomic, much like spinnaker offers.The text was updated successfully, but these errors were encountered: