redis添加

This commit is contained in:
mythxb 2023-11-22 11:01:10 +08:00
parent 6571a71346
commit a9730464f0

View File

@ -0,0 +1,15 @@
package com.rzyc.utils;
/**
* redis 方法
* @author dong
* @date 2023-11-22 10:53
* @Version V1.0
*/
public class RedisUtil {
public static void main(String[] args) {
System.out.println("");
}
}