-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
kind/fixA bug fixA bug fix
Description
Although RedisStore Options
provides parameters such as REDIS_CLIENT_CLASS
, this library currently does not seem to directly support using Redis Cluster as a backend. The ConnectionFactory
includes ConnectionFactory
(single node) and SentinelConnectionFactory
(Sentinel mode), but there is no ClusterConnectionFactory
. Moreover, Redis Cluster cannot provide a single Redis connection URL.
ZhuoZhuoCrayon
Metadata
Metadata
Assignees
Labels
kind/fixA bug fixA bug fix