tile38/pkg/client/README.md

17 lines
574 B
Markdown
Raw Normal View History

2016-03-06 17:54:49 +03:00
Tile38 Client
=============
[![Build Status](https://travis-ci.org/tidwall/tile38.svg?branch=master)](https://travis-ci.org/tidwall/tile38)
[![GoDoc](https://godoc.org/github.com/tidwall/tile38/client?status.svg)](https://godoc.org/github.com/tidwall/tile38/client)
Tile38 Client is a [Go](http://golang.org/) client for [Tile38](http://tile38.com/).
2016-11-21 21:15:09 +03:00
THIS LIBRARY IS DEPRECATED
==========================
2016-03-06 18:57:11 +03:00
2016-11-21 21:15:09 +03:00
Please use the [redigo](https://github.com/garyburd/redigo) client library instead.
If you need JSON output with Redigo then call:
```
conn.Do("OUTPUT", "JSON")
2016-03-06 18:57:11 +03:00
```