Documentation ¶
Index ¶
- Constants
- 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 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 Server
Constants ¶
View Source
const ( LocalHost = "localhost" DefaultPort = 6379 )
Variables ¶
This section is empty.
Functions ¶
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 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 ¶
Click to show internal directories.
Click to hide internal directories.