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
{{ message }}
This repository was archived by the owner on Mar 19, 2020. It is now read-only.
You have a rest api service connected to redis (keep account and watched information)
then user A connect to server A and watch a movie
next day user A connect to server B and he can see the movie seen yesterday marked as watched, he now watch an other movie on Server B.
I expect (after sync) the movie watched on server B is marked on server A.
That's correct? that's mean the sync is bidirectional?