mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 19:38:35 +08:00
【升级go 1.18】
This commit is contained in:
@@ -36,7 +36,7 @@ func Set(key string, val string, expiration time.Duration) {
|
||||
cli.Set(key, val, expiration)
|
||||
}
|
||||
|
||||
func HSet(key string, field string, val interface{}) {
|
||||
func HSet(key string, field string, val any) {
|
||||
cli.HSet(key, field, val)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user