-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Evil-crow/fix-pack-README
fix /pack README
- Loading branch information
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Get Started | ||
### Usage | ||
use scripts as follow: | ||
``` | ||
./start.sh # start Tendis | ||
./stop.sh # stop Tendis | ||
``` | ||
|
||
### Configuration | ||
we provide an basic configuration in root directory named `tendisplus.conf`. | ||
also you can check [configuration](http://tendis.cn/#/Tendisplus/%E8%BF%90%E7%BB%B4/configuration) for more details. | ||
|
||
### Backup | ||
if you need to backup, check [backup-doc](http://tendis.cn/#/Tendisplus/%E8%BF%90%E7%BB%B4/backup) for more details. | ||
|
||
### Info | ||
you can get info by use [info](http://tendis.cn/#/Tendisplus/%E5%91%BD%E4%BB%A4/info) command in Tendis. |
This file was deleted.
Oops, something went wrong.