mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
rename all timestamp function names from *Second to Timestamp*
This commit is contained in:
@ -93,7 +93,7 @@ func Test_Conn(t *testing.T) {
|
||||
conn := redis.Conn()
|
||||
defer conn.Close()
|
||||
|
||||
key := gconv.String(gtime.Nanosecond())
|
||||
key := gconv.String(gtime.TimestampNano())
|
||||
value := []byte("v")
|
||||
r, err := conn.Do("SET", key, value)
|
||||
gtest.Assert(err, nil)
|
||||
|
||||
Reference in New Issue
Block a user