程序包 org.apache.flink.streaming.connectors.redis.container
-
接口概要 接口 说明 RedisCommandsContainer The container for all available Redis commands. -
类概要 类 说明 RedisClientBuilder RedisClusterContainer Redis command container if we want to connect to a Redis cluster.RedisCommandsContainerBuilder The builder forRedisCommandsContainer.RedisContainer Redis command container if we want to connect to a single Redis server or to Redis sentinels If want to connect to a single Redis server, please use the first constructorRedisContainer(RedisClient).