From af072c26bcf62dc4be1cfee7c2ca7242ac2d16aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=BD=E5=AA=9B=E8=87=AA=E5=B7=B1=E5=8A=A8?= <60819151+ohye3166@users.noreply.github.com> Date: Tue, 30 Nov 2021 20:10:49 +0800 Subject: [PATCH] modify misleading note in comment (#9865) now rdbSaveInfo used in both way, so i think we should update previous notes, in case of misleading --- src/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.h b/src/server.h index 4e300aa9e6..ad458652eb 100644 --- a/src/server.h +++ b/src/server.h @@ -1229,7 +1229,7 @@ struct redisMemOverhead { * order to implement additional functionalities, by storing and loading * metadata to the RDB file. * - * Currently the only use is to select a DB at load time, useful in + * For example, to use select a DB at load time, useful in * replication in order to make sure that chained slaves (slaves of slaves) * select the correct DB and are able to accept the stream coming from the * top-level master. */