This commit is contained in:
Josh Baker 2016-04-02 15:43:26 -07:00
parent 479f17fc8e
commit 8092fa4db9
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ The server will respond in [JSON](http://json.org) or [RESP](http://redis.io/top
- HTTP and Websockets use JSON.
- Telnet and RESP clients use RESP.
## Clients
## Client Libraries
Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. Therefore all clients that support basic Redis commands will in turn support Tile38. Below are a few of the popular clients. For a more complete list, please see the [Redis Clients](http://redis.io/clients) page.