radiz

package module
v0.0.0-...-c3ad46f Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

README

@kanmthorlabs/radiz

Drop in replacement of Redis, based on sqlite with fun features

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sqlite

func Sqlite()

Types

type Radiz

type Radiz interface {
	Version() string
	Set(ctx context.Context, key string, args ...string) (bool, error)
	Get(ctx context.Context, key string) (string, error)
}

func New

func New(ctx context.Context) (Radiz, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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