mini-redis

command module
v0.0.0-...-b51ddcd Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

README

mini-redis

Learn redis internal by building a mini-version of it. This little program actually runs surprisingly fast :D

Support Commands:

  • PING
  • GET
  • SET
  • DEL
  • INCR
  • DECR
  • EXPIRE
  • PEXPIRE
  • TTL
  • PTTL

mini-redis spawns multiple goroutines for I/O, but only uses one goroutine to execute command.

Relevant Links:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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