module Methods
A collection of methods for interacting with Redis in cluster mode.
Nested
Definitions
def self.included(klass)
Includes all Redis methods into the given class.
Implementation
def self.included(klass)
klass.include Methods::Generic
klass.include Methods::Pubsub
klass.include Methods::Streams
klass.include Methods::Strings
end