This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
redisrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
31
Wiki
Activity
Browse Source
修改hash查询
master
v0.1.1
guzeng
3 years ago
parent
17e9c73481
commit
b588b07477
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hash.go
+ 1
- 1
hash.go
View File
@ -30,5 +30,5 @@ func GetByHashKey(key, field string, url ...string) (string, error) {
return
""
,
err
return
""
,
err
}
}
return
res
.
GetString
(
)
,
nil
return
res
.
GetString
_
(
)
,
nil
}
}
Write
Preview
Loading…
Cancel
Save