Module: RedisIPC
- Defined in:
- lib/redis_ipc/channel.rb,
lib/redis_ipc.rb,
lib/redis_ipc/stream.rb,
lib/redis_ipc/version.rb,
lib/redis_ipc/response.rb,
lib/redis_ipc/stream/entry.rb,
lib/redis_ipc/stream/ledger.rb,
lib/redis_ipc/stream/commands.rb,
lib/redis_ipc/stream/consumer.rb,
lib/redis_ipc/stream/dispatcher.rb,
lib/redis_ipc/stream/ledger/consumer.rb
Overview
Channel is a higher level implementation of Stream that functions based on unique events identifiers. It can also be thought of like a private API between n-number of groups.
Example:
Defined Under Namespace
Classes: Channel, ConfigurationError, ConnectionError, Error, Response, Stream, TimeoutError
Constant Summary collapse
- VERSION =
"1.0.2"