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
|
||||
- *Fast* request processing
|
||||
- IPv6 support
|
||||
- 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
|
||||
properties
|
||||
- Scaling properties that directly correlate with those of the chosen data store
|
||||
- IPv6 support
|
||||
- Maximum compatibility with what exists of the BitTorrent spec
|
||||
|
||||
|
||||
## Installing
|
||||
|
@ -32,7 +32,7 @@ Chihaya currently supports the following drivers out of the box:
|
|||
|
||||
* [redis](http://redis.io)
|
||||
|
||||
## Implementing custom storage drivers
|
||||
## Custom storage drivers
|
||||
|
||||
The [`storage`] package is heavily inspired by the standard library's
|
||||
[`database/sql`] package. To write a new storage backend, create a new Go
|
||||
|
|
Loading…
Add table
Reference in a new issue