go-redis

module
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: Apache-2.0

README

go-redis

GitHub tag (latest SemVer) test Go Reference

The go-redis is a database framework for implementing a Redis-compatible server using Go easily.

What is the go-redis?

The go-redis handles RESP (REdis Serialization Protocol) and interprets any commands based on the RESP so that all developers can develop Redis-compatible servers easily. Because the go-redis is a compatible framework based on RESP and Redis command specifications, all developers can connect to a compatible server based on the go-redis using general client drivers for Redis as the following.

Sinse the go-redis handles all system commands such as PING and SELECT automatically, developers can easily implement their Redis-compatible server only by simply handling user commands such as SET and GET.

Table of Contents

Examples

References

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

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