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
- Host: GitHub
- URL: https://github.com/zombiezen/go-redis-client
- Owner: zombiezen
- License: apache-2.0
- Created: 2020-03-11T20:05:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T20:33:27.000Z (over 6 years ago)
- Last Synced: 2025-02-08T22:11:39.380Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)