Skip to content

Commit 5c65bae

Browse files
committed
comment
1 parent f418ab2 commit 5c65bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goredis/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
// Session继承了net.Conn,代表一个客户端会话
1616
// 提供各种标准的Reply方法, Status/Error/Integer/Bulk/MultiBulks
1717
// cmd, err := session.ReadCommand()
18-
// session.ReplyReply(StatusReply("OK"))
18+
// session.WriteReply(StatusReply("OK"))
1919
// 协议参考:http://redis.io/topics/protocol
2020
type Session struct {
2121
net.Conn

0 commit comments

Comments
 (0)