-
This stuff is pretty important part of Redis, people will have difficulties adopting your technology if migrating from Redis to SSDB involves giving up features.
You went so far doing a great job wit…
-
## Brief feature description
Make it possible to publish, subscribe, notify, listen (request, respond, etc.) to iceoryx2 services directly from the CLI, e.g.
```console
iox2 service publish
…
-
Hi,
I am pretty new with this, so please excuse me if my question is stupid.
I want to implement a publish / subscribe pattern with a class let's call it Order. I want to be able to have 2 subscrip…
-
I have to following problem: During an implementation of "lock" function, I am using subscribe/unsubscribe/publish method, not to pull continuously the state of the lock.
What I experience, that I re…
-
Having a publish and subscribe channels under the same topic is allowed, however, it results in compilation errors due to the subscribe topic variables not being created. This is because the loop iter…
-
```
It should be possible to subscribe to a feed of changes by which another
system (or another voldemort server) can track writes.
This is useful for providing a feed for search or other systems tha…
-
Can you provide play from disk and save to disk examples for video too ??
-
## Enhancement Request
### Use Case:
If I have some state that I want to synchronise across multiple apps that can be set by multiple apps currently I have to add a special case to handle updating…
-
We've known for some time we need to layer a pub/sub system on IPFS. We should try to reuse other things. The least work, the better. But it should be a simple protocol, easy to implement, well-layere…
-
It would be very useful to be able to pub/sub across iframes. I currently use amplify for most of my project, but I have to use another solution for pub/sub across iframes. Thanks!