This commit is contained in:
parent
7d5d31692f
commit
86453d483e
|
@ -235,8 +235,8 @@ func (c *provider) GetUserAppDataFromRedis(userId string) (string, error) {
|
|||
rkey := fmt.Sprintf("author:user:%s", userId)
|
||||
authorProfileString, err := c.store.Get(c.ctx, rkey).Result()
|
||||
if err != nil {
|
||||
fmt.Println("redis GET: %s", rkey)
|
||||
fmt.Println("%s", authorProfileString)
|
||||
fmt.Println("redis GET:", rkey)
|
||||
fmt.Println(authorProfileString)
|
||||
return "", err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user