redisclients

package
v0.0.0-...-26fc858 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericRedisClient

type GenericRedisClient interface {
	Get(string) (string, error)
	Set(string, string) error
	Name() string
	Teardown()
}

func NewGoRedisClient

func NewGoRedisClient() GenericRedisClient

NewGoRedisClient creates GoRedisClient

func NewGoResp3Client

func NewGoResp3Client() GenericRedisClient

NewGoResp3Client creates GoResp3Client

func NewPascaldekloeRedisClient

func NewPascaldekloeRedisClient() GenericRedisClient

NewPascaldekloeRedisClient creates PascaldekloeRedisClient

func NewRadixClient

func NewRadixClient() GenericRedisClient

NewRadixClient creates RadixClient

func NewRedigoClient

func NewRedigoClient() GenericRedisClient

NewRedigoClient creates RedigoClient

type GoRedisClient

type GoRedisClient struct {
	// contains filtered or unexported fields
}

func (*GoRedisClient) Get

func (c *GoRedisClient) Get(key string) (string, error)

func (*GoRedisClient) Name

func (c *GoRedisClient) Name() string

func (*GoRedisClient) Set

func (c *GoRedisClient) Set(key, value string) error

func (*GoRedisClient) Teardown

func (c *GoRedisClient) Teardown()

type GoResp3Client

type GoResp3Client struct {
	// contains filtered or unexported fields
}

func (*GoResp3Client) Get

func (c *GoResp3Client) Get(key string) (string, error)

func (*GoResp3Client) Name

func (c *GoResp3Client) Name() string

func (*GoResp3Client) Set

func (c *GoResp3Client) Set(key, value string) error

func (*GoResp3Client) Teardown

func (c *GoResp3Client) Teardown()

type PascaldekloeRedisClient

type PascaldekloeRedisClient struct {
	// contains filtered or unexported fields
}

func (*PascaldekloeRedisClient) Get

func (c *PascaldekloeRedisClient) Get(key string) (string, error)

func (*PascaldekloeRedisClient) Name

func (c *PascaldekloeRedisClient) Name() string

func (*PascaldekloeRedisClient) Set

func (c *PascaldekloeRedisClient) Set(key, value string) error

func (*PascaldekloeRedisClient) Teardown

func (c *PascaldekloeRedisClient) Teardown()

type RadixClient

type RadixClient struct {
	// contains filtered or unexported fields
}

func (*RadixClient) Get

func (c *RadixClient) Get(key string) (string, error)

func (*RadixClient) Name

func (c *RadixClient) Name() string

func (*RadixClient) Set

func (c *RadixClient) Set(key, value string) error

func (*RadixClient) Teardown

func (c *RadixClient) Teardown()

type RedigoClient

type RedigoClient struct {
	// contains filtered or unexported fields
}

func (*RedigoClient) Get

func (c *RedigoClient) Get(key string) (string, error)

func (*RedigoClient) Name

func (c *RedigoClient) Name() string

func (*RedigoClient) Set

func (c *RedigoClient) Set(key, value string) error

func (*RedigoClient) Teardown

func (c *RedigoClient) Teardown()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL