Make the readme a bit more concise
This commit is contained in:
parent
2f0497835f
commit
09d5c6cca7
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ just yet, but these are the features it targets:
|
||||||
|
|
||||||
- Low resource consumption
|
- Low resource consumption
|
||||||
- *Fast* request processing
|
- *Fast* request processing
|
||||||
- IPv6 support
|
|
||||||
- A generic storage interface that is easily adapted to use any data store
|
- A generic storage interface that is easily adapted to use any data store
|
||||||
- Scaling properties that directly correlate with a chosen data store's scaling
|
- Scaling properties that directly correlate with those of the chosen data store
|
||||||
properties
|
- IPv6 support
|
||||||
|
- Maximum compatibility with what exists of the BitTorrent spec
|
||||||
|
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
@ -32,7 +32,7 @@ Chihaya currently supports the following drivers out of the box:
|
||||||
|
|
||||||
* [redis](http://redis.io)
|
* [redis](http://redis.io)
|
||||||
|
|
||||||
## Implementing custom storage drivers
|
## Custom storage drivers
|
||||||
|
|
||||||
The [`storage`] package is heavily inspired by the standard library's
|
The [`storage`] package is heavily inspired by the standard library's
|
||||||
[`database/sql`] package. To write a new storage backend, create a new Go
|
[`database/sql`] package. To write a new storage backend, create a new Go
|
||||||
|
|
Loading…
Reference in a new issue