module Async::Redis
Constants
- ServerError
Legacy.
- VERSION
Public Class Methods
local_endpoint(port: 6379)
click to toggle source
# File lib/async/redis/client.rb, line 40 def self.local_endpoint(port: 6379) Async::IO::Endpoint.tcp('localhost', port) end