josiahcarlson/redis-in-action

Chapter02 Golang CleanSessions

Opened this issue · 0 comments

https://github.com/josiahcarlson/redis-in-action/blob/e31da835565439bfb6c95acd954818f0f2616b28/golang/Chapter02/model/client.go#L52C1-L54C4

According to the description in the book, this line may be like this:
sessionKey = append(sessionKey, "viewed"+token)