Hi, I read the thread but I'm unsure about what I understand.
If we set data on Redis using:
roomInstance.presence.hset(...)
Will the data be lost when the Room is disposed?
I think the data should be there until we manually delete it right?
If the data is lost when the Room is disposed, but I want the cached data to be still available, should I create a stand alone Redis client, and use the raw Redis API to cache data?
Please suggest... Any help is much appreciated! 😃