redis

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package redis provides redis protocol for NVGD.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Stores map[string]*Store `yaml:"stores"`
}

Config provides configuration for redis protocol.

type Store

type Store struct {
	// URL store redis URL.
	URL string `yaml:"url"`
}

Store represents a data store of redis.

Jump to

Keyboard shortcuts

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