Support for command line configuration options for redis-server.

This commit is contained in:
antirez
2011-12-01 13:44:53 +01:00
parent 4c8bd905a0
commit 67c6f0f630
3 changed files with 81 additions and 37 deletions

View File

@ -954,7 +954,7 @@ int listMatchPubsubPattern(void *a, void *b);
int pubsubPublishMessage(robj *channel, robj *message);
/* Configuration */
void loadServerConfig(char *filename);
void loadServerConfig(char *filename, char *options);
void appendServerSaveParams(time_t seconds, int changes);
void resetServerSaveParams();