GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7f1e84e63c463e3da10187bc4cd53ddc9e8978f4
Authored by
gaofengduan
2019-07-02 20:52:29 +0800
1 parent
bd4316d2
add readme
Showing
1 changed file
with
17 additions
and
0 deletions
Show diff stats
README.md
Inline
Side-by-side
README.md
Wrap text
Show/Hide comments
View file @
7f1e84e
...
...
@@ -0,0 +1,17 @@
1
+## 快速开始
2
+copy database
3
+
4
+cd redis-4.0.1
5
+
6
+make install
7
+
8
+redis-server database/redis.conf
9
+
10
+cd server
11
+
12
+sh restart.sh
13
+
14
+## 重启
15
+cd server
16
+
17
+sh restart.sh
0
18
\ No newline at end of file
...
...