Skip to content

secmask/go-redisproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

go-redisproto is a go library to create server, service for RPC that compatible with redis protocol I use it for some projects that require RPC, redis-protocol is a good choice because it can be parsed fast and we have many client libraries that already exist to use. go-redisproto use it's own buffered reader to avoid memory copy.

Some other tool that use go-redisproto

  1. https://github.com/secmask/mqueue
  2. https://github.com/secmask/roller

License

go-redisproto is available under The MIT License (MIT).

About

A Redis protocol library for server side

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages