diff --git a/server/memorystore/providers/redis/store.go b/server/memorystore/providers/redis/store.go index 5ced74b..c5c021e 100644 --- a/server/memorystore/providers/redis/store.go +++ b/server/memorystore/providers/redis/store.go @@ -227,7 +227,7 @@ type AuthorProfile struct { // GetUserAppDataFromRedis retrieves user profile and follows from Redis, combines them into a JSON format, // and assigns the JSON string to the provided user's ID. -f + func (c *provider) GetUserAppDataFromRedis(userId string) (string, error) { // Получаем ID автора из Redis authorIdString, err := c.store.Get(c.ctx, fmt.Sprintf("user:id:%s", userId)).Result()