package
0.0.0-20241227055039-a390a54c59e8
Repository: https://github.com/go-netty/go-netty-samples.git
Documentation: pkg.go.dev

# README

redis_cli

A simple redis cli written by go-netty

Preview

connecting redis server ...
connected
192.168.212.212:6379>get name
(empty)
192.168.212.212:6379>set name go-netty
OK
192.168.212.212:6379>get name
go-netty
192.168.212.212:6379>exit
exited

# Packages

No description provided by the author