# fake_riak v0.1.0 - Table of Contents

> In-memory fake for Riak, etcd, Redis and memcached that speaks their wire protocols on TCP, so you can point real clients at it. Ships as an escript.

## Modules

- [FakeRiak](FakeRiak.md): Top-level namespace for FakeRiak.
- [FakeRiak.CLI](FakeRiak.CLI.md): Command-line entry point for the `mix escript.build` executable.
- [FakeRiak.Connection](FakeRiak.Connection.md): Generic, framing-agnostic connection serve loop.
- [FakeRiak.Etcd](FakeRiak.Etcd.md): Fake etcd endpoint speaking the etcd v2 HTTP/JSON API over TCP.
- [FakeRiak.HTTP](FakeRiak.HTTP.md): A minimal HTTP/1.1 request parser and response builder shared by the Riak and
etcd handlers (both of which speak HTTP over TCP).
- [FakeRiak.Listener](FakeRiak.Listener.md): A supervised TCP acceptor for a single protocol.
- [FakeRiak.Memcached](FakeRiak.Memcached.md): Fake memcached endpoint speaking the classic memcached text protocol.
- [FakeRiak.Protocol](FakeRiak.Protocol.md): Behaviour implemented by every wire-protocol handler (Riak, Redis, etcd,
memcached).
- [FakeRiak.Redis](FakeRiak.Redis.md): Fake Redis endpoint speaking RESP (the Redis serialization protocol).
- [FakeRiak.Riak](FakeRiak.Riak.md): Fake Riak KV endpoint speaking Riak's HTTP API over TCP.
- [FakeRiak.SimpleStore](FakeRiak.SimpleStore.md): The shared in-memory key-value store, a single `GenServer` backing every
endpoint.

