This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user