redis prefix modify

This commit is contained in:
Gordon
2021-12-02 14:10:47 +08:00
parent 5cd1af5b48
commit e6b5819099
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const (
appleDeviceToken = "DEVICE_TOKEN"
lastGetSeq = "LAST_GET_SEQ"
userMinSeq = "REDIS_USER_MIN_SEQ:"
uidPidToken = "UID_PID_TOKEN:"
uidPidToken = "UID_PID_TOKEN_STATUS:"
)
func (d *DataBases) Exec(cmd string, key interface{}, args ...interface{}) (interface{}, error) {