Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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