Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wzshiming/resp

Redis server using a protocol called RESP (REdis Serialization Protocol) for golang
https://github.com/wzshiming/resp

client redis redis-client redis-protocol resp

Last synced: 18 days ago
JSON representation

Redis server using a protocol called RESP (REdis Serialization Protocol) for golang

Awesome Lists containing this project

README

        

# RESP - REdis Serialization Protocol

[![Build Status](https://travis-ci.org/wzshiming/resp.svg?branch=master)](https://travis-ci.org/wzshiming/resp)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/resp)](https://goreportcard.com/report/github.com/wzshiming/resp)
[![GoDoc](https://godoc.org/github.com/wzshiming/resp?status.svg)](https://godoc.org/github.com/wzshiming/resp)
[![GitHub license](https://img.shields.io/github/license/wzshiming/resp.svg)](https://github.com/wzshiming/resp/blob/master/LICENSE)
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/resp)](https://gocover.io/github.com/wzshiming/resp)

Redis server using a protocol called [RESP (REdis Serialization Protocol)](https://redis.io/topics/protocol) for golang

## Usage

[API Documentation](https://godoc.org/github.com/wzshiming/resp)

## License

Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/resp/blob/master/LICENSE) for the full license text.