command
module
Version:
v0.0.0-...-b51ddcd
Opens a new window with list of versions in this module.
Published: Apr 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.