This commit is contained in:
xy
2024-09-09 10:04:14 +08:00
parent bf67652055
commit dda65ca041

View File

@@ -88,4 +88,6 @@ public interface AppRedisKey {
String UPLOAD = "uploadKey:"; String UPLOAD = "uploadKey:";
String DOWNLOAD = "downloadKey:"; String DOWNLOAD = "downloadKey:";
String CONTROL = "control:";
} }