I just tested this on CAS 7.3 and it worked.

https://apereo.github.io/cas/development/ticketing/Redis-Ticket-Registry.html

For my serverless valkey instance, I added this to property files, not sure 
difference between redis.host and cluster.nodes[0].host:

cas.ticket.registry.redis.enabled=true
cas.ticket.registry.redis.host=mytestinstance.serverless.usw2.cache.amazonaws.com
cas.ticket.registry.redis.cluster.nodes[0].host=mytestinstance.serverless.usw2.cache.amazonaws.com
cas.ticket.registry.redis.cluster.nodes[0].port=6379
cas.ticket.registry.redis.cluster.nodes[0].type=MASTER
cas.ticket.registry.redis.use-ssl=true
cas.ticket.registry.redis.enable-redis-search=false

and included the following dependency:
implementation "org.apereo.cas:cas-server-support-redis-ticket-registry"

I have not deployed this yet.

-psv


On Monday, November 24, 2025 at 9:10:49 AM UTC-6 Y G wrote:

> Hello everyone, 
> For ticket storage, does CAS support Valkey <https://valkey.io/>(an open 
> source fork of Redis - Belongs to Linux Foundation)? If it does, is it 
> possible for it to be mentioned in the documentation?
> Thank You and have a nice day.
> YG
>

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/104354f8-9f71-44c0-8486-5088a7af8af9n%40apereo.org.

Reply via email to