mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
README: typos (#35)
This commit is contained in:
parent
912371645d
commit
e3242c8426
@ -21,7 +21,7 @@ For a more feature-complete Redis-compatible server, distributed key/value store
|
|||||||
* Builtin CLI (`bitcask`)
|
* Builtin CLI (`bitcask`)
|
||||||
* Builtin Redis-compatible server (`bitcaskd`)
|
* Builtin Redis-compatible server (`bitcaskd`)
|
||||||
* Predictable read/write performance
|
* Predictable read/write performance
|
||||||
* Low latecny
|
* Low latency
|
||||||
* High throughput (See: [Performance](README.md#Performance) )
|
* High throughput (See: [Performance](README.md#Performance) )
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
@ -37,6 +37,7 @@ $ git clone https://github.com/prologic/bitcask.git
|
|||||||
This library uses [Protobuf](https://github.com/protocolbuffers/protobuf) to serialize data on disk. Please follow the
|
This library uses [Protobuf](https://github.com/protocolbuffers/protobuf) to serialize data on disk. Please follow the
|
||||||
instructions for installing `protobuf` on your system. You will also need the
|
instructions for installing `protobuf` on your system. You will also need the
|
||||||
following Go libraries/tools to generate Go code from Protobuf defs:
|
following Go libraries/tools to generate Go code from Protobuf defs:
|
||||||
|
- [protoc-gen-go](https://github.com/golang/protobuf)
|
||||||
|
|
||||||
3. Build the project
|
3. Build the project
|
||||||
|
|
||||||
@ -46,8 +47,6 @@ $ make
|
|||||||
|
|
||||||
This will invoke `go generate` and `go build`.
|
This will invoke `go generate` and `go build`.
|
||||||
|
|
||||||
- [protoc-gen-go](https://github.com/golang/protobuf)
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```#!bash
|
```#!bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user