接口 RedisHandler

    • 方法详细资料

      • requiredContext

        Map<String,​String> requiredContext()
        require context for spi to find this redis handler.
        返回:
        properties to find correct redis handler.
      • supportProperties

        default List<String> supportProperties()
                                        throws Exception
        suppport properties used for this redis handler.
        返回:
        support properties list
        抛出:
        Exception