From: antirez Date: Sun, 13 Dec 2009 15:52:43 +0000 (+0100) Subject: Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful message... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/49b99ab43e8160feb8478ebb09db0e0db942afcf?hp=49b99ab43e8160feb8478ebb09db0e0db942afcf Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful message that makes the user aware of an operation that just started and is not yet finished. ---