Keycloak cache session to redis

Hello,I want to cache the keycloak’s session to redis.And I install keycloak with helm chart.I want to get some advice about how to do it.Thanks!

Keycloak uses Infinispan for its session cache. There is no implementation currently available for Redis. There is some work underway for the future version of the “store” that may make it easier to build other implementations, but that work is far from ready/mature.