Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wzshiming/resp
- Owner: wzshiming
- License: mit
- Created: 2018-07-25T10:38:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T17:45:01.000Z (about 4 years ago)
- Last Synced: 2024-05-01T14:42:00.234Z (7 months ago)
- Topics: client, redis, redis-client, redis-protocol, resp
- Language: Go
- Size: 985 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.