Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristalhq/redis
WIP. Redis client for Go
https://github.com/cristalhq/redis
go golang redis redis-client
Last synced: 10 days ago
JSON representation
WIP. Redis client for Go
- Host: GitHub
- URL: https://github.com/cristalhq/redis
- Owner: cristalhq
- License: mit
- Created: 2019-06-20T14:52:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T08:10:12.000Z (over 1 year ago)
- Last Synced: 2024-06-19T15:16:08.552Z (5 months ago)
- Topics: go, golang, redis, redis-client
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 16
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redis
[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]
[![version-img]][version-url]Human-friendly Redis client for Go.
## Rationale
TODO
## Features
* Simple API.
* Dependency-free.
* ...## Install
Go version 1.14+
```
go get github.com/cristalhq/redis
```## Example
```go
TODO
```## Documentation
See [these docs][pkg-url].
## License
[MIT License](LICENSE).
[build-img]: https://github.com/cristalhq/redis/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/redis/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/redis
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/redis
[reportcard-img]: https://goreportcard.com/badge/cristalhq/redis
[reportcard-url]: https://goreportcard.com/report/cristalhq/redis
[coverage-img]: https://codecov.io/gh/cristalhq/redis/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/redis
[version-img]: https://img.shields.io/github/v/release/cristalhq/redis
[version-url]: https://github.com/cristalhq/redis/releases