Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.94 KB

README.markdown

File metadata and controls

55 lines (29 loc) · 1.94 KB

RedisGo-Async

GoDoc

Features

asynchronous(only one connection)

synchronous(connection pool)

Installation

Install RedisGo-Async using the "go get" command:

go get github.com/gistao/RedisGo-Async/redis

The Go distribution is RedisGo-Async's only dependency.

Benchmark Test

bench report

Related Projects

Contributing

License

RedisGo-Async is available under the Apache License, Version 2.0.