Example #1
0
func del(conn *client.Conn, args []string) {
	conn.Del([]byte(args[1]))
}