RedisPubSub Project v0.9.0 RedisPubSub is an utility with Publisher/Subscirber model based on Redis for J-PARC/MLF. |
Redis-based Publisher/Subscriber utility for J-PARC/MLF. More...
Redis-based Publisher/Subscriber utility for J-PARC/MLF.
RedisPubSub is a Redis-based Publisher/Subscriber utility for J-PARC/MLF. RedisPubSub is an utility with Publisher/Subscirber model based on Redis. The Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. The RedisPubSub was created without using smart pointer, but the smart pointer technique was adopted by the recommendation from Hosoya-san and then the RedisPubSub was renewed.