From e97481d4f4423d59e4ce7be7479063c1b18309c4 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 22 Jan 2019 17:50:19 +0100 Subject: [PATCH] ACL: remove no longer existing flag from comment. --- src/server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server.c b/src/server.c index 83229131..990395a2 100644 --- a/src/server.c +++ b/src/server.c @@ -110,7 +110,6 @@ volatile unsigned long lru_clock; /* Server global current LRU time. */ * of memory. * admin: admin command, like SAVE or SHUTDOWN. * pub-sub: Pub/Sub related command. - * force-repl: force replication of this command, regardless of server.dirty. * no-script: command not allowed in scripts. * random: random command. Command is not deterministic, that is, the same * command with the same arguments, with the same key space, may have