args

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2019 License: GPL-2.0, GPL-2.0-or-later Imports: 0 Imported by: 13

Documentation

Overview

Package args provides types for the redis RPC arguments.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assign

type Assign struct {
	Key    string
	AtSock string
	Name   string
}

type Blpop

type Blpop struct {
	Key  string
	Keys []string
}

type Brpop

type Brpop struct {
	Key  string
	Keys []string
}

type Del

type Del struct {
	Key  string
	Keys []string
}

type Get

type Get struct{ Key string }

type Hdel

type Hdel struct {
	Key    string
	Field  string
	Fields []string
}

type Hexists

type Hexists struct{ Key, Field string }

type Hget

type Hget struct{ Key, Field string }

type Hgetall

type Hgetall struct{ Key string }

type Hkeys

type Hkeys struct{ Key string }

type Hset

type Hset struct {
	Key, Field string
	Value      []byte
}

type Lindex

type Lindex struct {
	Key   string
	Index int
}

type Lpush

type Lpush struct {
	Key    string
	Value  []byte
	Values [][]byte
}

type Lrange

type Lrange struct {
	Key   string
	Start int
	Stop  int
}

type Rpush

type Rpush struct {
	Key    string
	Value  []byte
	Values [][]byte
}

type Set

type Set struct {
	Key   string
	Value []byte
}

type Unassign

type Unassign struct {
	Key string
}

Jump to

Keyboard shortcuts

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