Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 575 Bytes

clients.md

File metadata and controls

17 lines (12 loc) · 575 Bytes

Supported clients

You should be able to use any client that supports memcached TCP text protocol. Reliable reads would only work if client maintains persistent connection to the server between get requests.

Here is a list of clients that would support reliable reads:

Ruby

Go

If you find other compatible clients, please don't hesitate to create a PR and update this list.