增加启动注释
This commit is contained in:
parent
4b28f784a7
commit
29943ec366
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,11 +0,0 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'bash build.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2421,7 +2421,9 @@ void initServerConfig(void) {
|
||||
* redis.conf using the rename-command directive. */
|
||||
server.commands = dictCreate(&commandTableDictType,NULL);
|
||||
server.orig_commands = dictCreate(&commandTableDictType,NULL);
|
||||
// 初始化命令表
|
||||
populateCommandTable();
|
||||
// 缓存常用的命令
|
||||
server.delCommand = lookupCommandByCString("del");
|
||||
server.multiCommand = lookupCommandByCString("multi");
|
||||
server.lpushCommand = lookupCommandByCString("lpush");
|
||||
|
Loading…
Reference in New Issue
Block a user