Mercurial > libervia-backend
comparison doc/libervia-cli/pubsub_cache.rst @ 3669:23be54db81f1
doc (cli/pubsub_cache): add a warning for `reset`
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 08 Sep 2021 17:58:48 +0200 |
parents | 21e7d46b988c |
children | d0b66efc6c0e |
comparison
equal
deleted
inserted
replaced
3668:0eacda79b5d1 | 3669:23be54db81f1 |
---|---|
88 | 88 |
89 Reset the whole pubsub cache. This means that all nodes and all them items will be removed | 89 Reset the whole pubsub cache. This means that all nodes and all them items will be removed |
90 from cache. After this command, cache will be re-filled progressively as if it where a new | 90 from cache. After this command, cache will be re-filled progressively as if it where a new |
91 one. | 91 one. |
92 | 92 |
93 .. note:: | |
94 | |
95 Use this command with caution: even if cache will be re-constructed with time, that | |
96 means that items will have to be retrieved again, that may be resource intensive both | |
97 for your machine and for the pubsub services which will be used. That also means that | |
98 searching items will return less results until all desired items are cached again. | |
99 | |
100 Also note that all items of cached nodes are retrieved, even if you have previously | |
101 purged items, they will be retrieved again. | |
102 | |
93 example | 103 example |
94 ------- | 104 ------- |
95 | 105 |
96 Reset the whole pubsub cache:: | 106 Reset the whole pubsub cache:: |
97 | 107 |