Skip to content
Discussion options

You must be logged in to vote

First you need OC.Redis features to have concrete implementations of distributed services.

We don't use too much IMessageBus as we prefer in some places to rely on states than events.

You can take a look at DistributedSignal which makes our ISignal distributed, our default local Signal is already event oriented that's why DistributedSignal uses IMessageBus.

About IVolatileDocumentManager we use it when we don't want to cache the whole data in a distributed cache but in a local memory cache. In that case we only share in the distributed cache a light SomeStateDocument : Document, knowing that any Document has an inner identifier that changes on any update.

So any time the whole data are up…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Piedone
Comment options

Answer selected by jtkech
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants