API Collection
RedisClient Implementations
Topics
Instance Properties
eventLoopTheNIO.EventLoopthat this client operates on.
Instance Methods
logging(to:)Temporarily overrides the default logger for command logs to the provided instance.psubscribe(to:messageReceiver:onSubscribe:onUnsubscribe:)Subscribes the client to the specified Redis channel name patterns, invoking the provided message receiver each time a message is published to a matching channel.psubscribe(to:messageReceiver:onSubscribe:onUnsubscribe:)Subscribes the client to the specified Redis channel name patterns, invoking the provided message receiver each time a message is published to a matching channel.punsubscribe(from:)Unsubscribes the client from a pattern of Redis channel names from receiving any future published messages.punsubscribe(from:)Unsubscribes the client from a pattern of Redis channel names from receiving any future published messages.send(command:with:)Sends the desired command with the specified arguments.send(command:with:)Sends the desired command with the specified arguments.subscribe(to:messageReceiver:onSubscribe:onUnsubscribe:)Subscribes the client to the specified Redis channels, invoking the provided message receiver each time a message is published.subscribe(to:messageReceiver:onSubscribe:onUnsubscribe:)Subscribes the client to the specified Redis channels, invoking the provided message receiver each time a message is published.unsubscribe(from:)Unsubscribes the client from a specific Redis channel from receiving any future published messages.unsubscribe(from:)Unsubscribes the client from a specific Redis channel from receiving any future published messages.