redisdb

package
v0.9.9 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DEL

func DEL(serverTag string, keys ...interface{}) error

func Destroy

func Destroy()

func EXISTS

func EXISTS(serverTag, key string) (bool, error)

func GET

func GET(serverTag, key string) (string, error)

func HDEL

func HDEL(serverTag string, params ...interface{}) error

func HGETALL

func HGETALL(serverTag, key string) (map[string]string, error)

func HMGET

func HMGET(serverTag string, params ...interface{}) ([]string, error)

func HMSET

func HMSET(serverTag string, params ...interface{}) error

func KEYS

func KEYS(serverTag, query string) ([]string, error)

func New

func New(serverTag, server, password string, dbnum int)

func SET

func SET(serverTag, key, value string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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