Async::RedisSourceAsyncRedis

module Redis

Nested

Definitions

ServerError = ::Protocol::Redis::ServerError

Legacy.

def self.local_endpoint(**options)

Create a local Redis endpoint.

Signature

parameter options Hash

Options for the endpoint.

returns Endpoint

A local Redis endpoint.

Implementation

def self.local_endpoint(**options)
	Endpoint.local(**options)
end