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

[skip ci] Add note about cache backend for pubsub_last_item #2155

Merged
merged 1 commit into from
Dec 7, 2018

Conversation

zofpolkowska
Copy link
Contributor

Update mod_pubsub documentation.

Cache backend can be configured to use Mnesia or RDBMS, by default it is
not used. It provides a possibility of storing `pubsub_last_item` table
separately. For example you can configure `backend` to use `rdbms` and
`last_item_cache` to use `mnesia`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although it's not a default setting, the cache backend can be configured to use Mnesia or RDBMS.
It allows storing the pubsub_last_item table separately.
For example you can configure backend to use rdbms andlast_item_cache to use mnesia.

@michalwski michalwski merged commit 7c44ceb into master Dec 7, 2018
@michalwski michalwski deleted the pubsub-cache-doc branch December 7, 2018 10:32
@fenek fenek added this to the 3.2.0++ milestone Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants