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

https://github.com/zombiezen/go-redis-client

Redis client for Go
https://github.com/zombiezen/go-redis-client

Last synced: over 1 year ago
JSON representation

Redis client for Go

Awesome Lists containing this project

README

          

# @zombiezen's Redis Client

This repository is a Go package for connecting to a [Redis][] server.

[Redis]: https://redis.io/

## Getting Started

```
go get zombiezen.com/go/redis
```

## License

[Apache 2.0](https://github.com/zombiezen/go-redis-client/blob/master/LICENSE)