You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to save a value in the Redis Session in NestJS with the Fastify adapter, it does not give me an error, but this value is not saved in the Redis database and is visible locally within the function and not in another. Although during the Fastify session registration, the session id value, which is also saved in the cookie, is visible in the database. And I can't figure it out why it doesn't save the values I want to insert in Redis
When I try to save a value in the Redis Session in NestJS with the Fastify adapter, it does not give me an error, but this value is not saved in the Redis database and is visible locally within the function and not in another. Although during the Fastify session registration, the session id value, which is also saved in the cookie, is visible in the database. And I can't figure it out why it doesn't save the values I want to insert in Redis
My Code:
The text was updated successfully, but these errors were encountered: