类 RedisExample

java.lang.Object
com.elitesland.ystdms.sys.example.RedisExample

@Component public class RedisExample extends Object
Redis工具类使用示例
  • 构造器详细资料

    • RedisExample

      public RedisExample(RedisUtils redisUtils)
  • 方法详细资料

    • stringExample

      public void stringExample()
      String类型操作示例
    • hashExample

      public void hashExample()
      Hash类型操作示例
    • setExample

      public void setExample()
      Set类型操作示例
    • listExample

      public void listExample()
      List类型操作示例
    • batchExample

      public void batchExample()
      批量操作示例
    • expireExample

      public void expireExample()
      过期时间操作示例
    • scanExample

      public void scanExample()
      扫描key示例
    • completeExample

      public void completeExample()
      完整示例