Documentation ¶
Index ¶
- Constants
- func AuthCommandTest(t *testing.T, server *Server)
- func CommandTest(t *testing.T, client *Client)
- func ConnectionCommandTest(t *testing.T, client *Client)
- func ExecRedisBenchmark(t *testing.T, param string)
- func ExecYCSB(t *testing.T)
- func ExecYCSBWorkload(t *testing.T, workload string)
- func GenericCommandTest(t *testing.T, client *Client)
- func GenericTTLCommandTest(t *testing.T, client *Client)
- func HashCommandTest(t *testing.T, client *Client)
- func ListCommandTest(t *testing.T, client *Client)
- func ServerCommandTest(t *testing.T, client *Client)
- func SetCommandTest(t *testing.T, client *Client)
- func StringCommandTest(t *testing.T, client *Client)
- func ZSetCommandTest(t *testing.T, client *Client)
- type Client
- type ClientOptions
- type Server
Constants ¶
View Source
const ( LocalHost = "localhost" DefaultPort = 6379 )
Variables ¶
This section is empty.
Functions ¶
func AuthCommandTest ¶ added in v1.4.0
func CommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo
func ConnectionCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo
func ExecRedisBenchmark ¶ added in v1.2.0
func ExecYCSBWorkload ¶ added in v1.0.0
func GenericCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo
func GenericTTLCommandTest ¶ added in v1.4.0
nolint: maintidx, gocyclo
func HashCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo, dupl
func ListCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo, dupl
func ServerCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo
func SetCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo, dupl
func StringCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo, dupl
func ZSetCommandTest ¶ added in v1.2.1
nolint: maintidx, gocyclo, dupl
Types ¶
type Client ¶
Client represents a client for the Redis server.
type ClientOptions ¶ added in v1.4.0
ClientOptions represents a client options for the Redis server.
func NewClientOptions ¶ added in v1.4.0
func NewClientOptions() ClientOptions
NewClientOptions returns a default client options. nolint: exhaustivestruct
Click to show internal directories.
Click to hide internal directories.