package
2.34.0
Repository: https://github.com/alicebob/miniredis.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewServer makes a server listening on addr.
No description provided by the author
parse a reply.

# Variables

ErrProtocol is the general error for unexpected input.

# Structs

Peer is a client connected to the server.
Server is a simple redis server.
A Writer is given to the callback in Block().

# Type aliases

Cmd is what Register expects.
No description provided by the author
Hook is can be added to run before every cmd.
No description provided by the author