类 RedisConstant


  • public class RedisConstant
    extends Object
    Redis 常量
    从以下版本开始:
    2020年8月25日
    作者:
    ylyue
    • 字段详细资料

      • KEY_SEPARATOR

        public static final String KEY_SEPARATOR
        Redis Key 分隔符
        另请参阅:
        常量字段值
      • API_IDEMPOTENT_KEY_PREFIX

        public static final String API_IDEMPOTENT_KEY_PREFIX
        Redis 幂等性 Key 前缀
      • API_IDEMPOTENT_VERSION_REQUEST_KEY

        public static final String API_IDEMPOTENT_VERSION_REQUEST_KEY
        幂等性版本号请求key
        另请参阅:
        常量字段值
    • 构造器详细资料

      • RedisConstant

        public RedisConstant()
    • 方法详细资料

      • standardKey

        public static String standardKey​(String key)
        规范 Redis Key
        参数:
        key - Redis Key
        返回:
        加上yue前缀的key