Documentation ¶
Overview ¶
Package tinyredis provides utilities for handling Redis.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // ConnectionTimeout is a maximum time client should spend trying to connect (default: 5s). ConnectionTimeout time.Duration // NoPing indicates whether Dial should skip the initial call to Ping method (default: false). NoPing bool // contains filtered or unexported fields }
Config holds a configuration for Dial call.
Click to show internal directories.
Click to hide internal directories.