Browse Source

hash查询修改

master v0.0.2
guzeng 3 years ago
parent
commit
17e9c73481
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hash.go

+ 1
- 1
hash.go View File

@ -16,7 +16,7 @@ func GetByHashKey(key, field string, url ...string) (string, error) {
conn, _, err := DialRedisService("tcp", user_rpc_url)
if err != nil {
return nil, err
return "", err
}
defer conn.Close()


Loading…
Cancel
Save