Skip to content

Commit 188d243

Browse files
committed
Redis安装与配置
1 parent 32a6317 commit 188d243

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Redis_Config/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Redis作为如今比较火热的NoSQL数据库,在数据的热数据存储和
4141
2. 文件介绍
4242

4343
<table style="align:center;text-align:center">
44-
<th>
44+
<tr>
4545
<td>文件名</td>
4646
<td>介绍</td>
47-
</th>
47+
</tr>
4848
<tr>
4949
<td>redis-benchmark</td>
5050
<td>redis性能测试工具</td>
@@ -76,6 +76,7 @@ Redis作为如今比较火热的NoSQL数据库,在数据的热数据存储和
7676
cd ..
7777
./bin/redis-server ./redis.conf
7878

79+
#
7980
26049:M 24 Mar 16:59:56.768 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
8081
26049:M 24 Mar 16:59:56.768 # Redis can't set maximum open files to 10032 because of OS error: Operation not permitted.
8182
26049:M 24 Mar 16:59:56.768 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
@@ -97,7 +98,7 @@ Redis作为如今比较火热的NoSQL数据库,在数据的热数据存储和
9798
`-._ _.-'
9899
`-.__.-'
99100

100-
101+
#
101102

102103
5. 开启后台进程配置
103104

0 commit comments

Comments
 (0)