Skip to content

Commit

Permalink
Update server_impl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage authored Sep 3, 2022
1 parent b505697 commit 3edd931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/server_impl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Server struct {

### STEP2: Implementing your user command handler

Next, implement your user command handler such as SET and GET according to the [CommandHandler](../redis/handler.go) interface of the go-redis as the following:
Next, implement your user command handler such as SET and GET according to the [UserCommandHandler](../redis/handler.go) interface of the go-redis as the following:

```
func (server *Server) Set(ctx *redis.DBContext, key string, val string, opt redis.SetOption) (*redis.Message, error) {
Expand Down

0 comments on commit 3edd931

Please sign in to comment.