Merge pull request #563 from axvq/readme-b3q-go-client

Update README.md (Go client)
This commit is contained in:
Josh Baker 2020-09-22 16:24:52 -07:00 committed by GitHub
commit 5edfccdc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ Tile38 uses the [Redis RESP](https://redis.io/topics/protocol) protocol natively
- Clojure: [carmine](https://github.com/ptaoussanis/carmine)
- Common Lisp: [CL-Redis](https://github.com/vseloved/cl-redis)
- Erlang: [Eredis](https://github.com/wooga/eredis)
- Go: [tile38-client](https://github.com/b3q/tile38-client)
- Go: [go-redis](https://github.com/go-redis/redis) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(go-redis)))
- Go: [redigo](https://github.com/gomodule/redigo) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(redigo)))
- Haskell: [hedis](https://github.com/informatikr/hedis)