mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 14:31:34 +00:00
Support for command line configuration options for redis-server.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user