diff options
| -rw-r--r-- | readme.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -150,17 +150,17 @@ It's recommended to use [jemalloc](https://github.com/jemalloc/jemalloc) for bet # Further documentation Here are some specific details about the SwarmKV. -* [Commands](./docs/command_toc.md) - * [Generic Type](./commands/generic.md) - * [String and Integer Types](./commands/string_and_integer.md) - * [Set Type](./commands/set.md) - * [Hash Type](./commands/hash.md) - * [Token Bucket Types](./commands/token_bucket.md) - * [Bloom Filter Type](./commands/bloom_filter.md) - * [Count-Min Sketch Type](./commands/count_min_sketch.md) - * [HyperLogLog Type](./commands/hyperloglog.md) - * [Cluster Management](./commands/cluster.md) - * [Trouble Shooting](./commands/trouble_shooting.md) * [Design](./docs/design.md) * [Command-line interface (CLI)](./docs/cli.md) * [Conflict-free Replicated Data Type (CRDT)](./docs/crdt.md) +* [Commands](./docs/command_toc.md) + * [Generic Type](./docs/commands/generic.md) + * [String and Integer Types](./docs/commands/string_and_integer.md) + * [Set Type](./docs/commands/set.md) + * [Hash Type](./docs/commands/hash.md) + * [Token Bucket Types](./docs/commands/token_bucket.md) + * [Bloom Filter Type](./docs/commands/bloom_filter.md) + * [Count-Min Sketch Type](./docs/commands/count_min_sketch.md) + * [HyperLogLog Type](./docs/commands/hyperloglog.md) + * [Cluster Management](./docs/commands/cluster.md) + * [Trouble Shooting](./docs/commands/trouble_shooting.md)
\ No newline at end of file |
