singal offline push

This commit is contained in:
wangchuxiao
2022-06-06 18:52:17 +08:00
parent e428e186f0
commit 78dfba8771
2 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const (
groupCache = "GROUP_CACHE:"
messageCache = "MESSAGE_CACHE:"
SignalCache = "SIGNAL_CACHE:"
SignalListCache = "SIGNAL_ZSET_CACHE:"
SignalListCache = "SIGNAL_LIST_CACHE:"
)
func (d *DataBases) Exec(cmd string, key interface{}, args ...interface{}) (interface{}, error) {