Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended Redis Configuration? #278

Closed
ronag opened this issue Jul 12, 2016 · 1 comment
Closed

Recommended Redis Configuration? #278

ronag opened this issue Jul 12, 2016 · 1 comment
Labels

Comments

@ronag
Copy link

ronag commented Jul 12, 2016

Does deepstream set expire on documents or should we configure redis as an lru? If we configure it as an lru will deepstream be confused about records disappearing from the cache?

@yasserf
Copy link
Contributor

yasserf commented Jul 12, 2016

deepstream does not set any eviction timeouts on data. It would also not get confused since if the data is not loaded from the cache it would be loaded from storage and reinserted into the cache.

@ronag ronag closed this as completed Jul 12, 2016
jaime-ez pushed a commit to jaime-ez/deepstream.io that referenced this issue Feb 20, 2024
* unsubscribing with presence

* redoing fixes for presenceHandler

* Adding presence permissions and final api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants