My .conf file: # The name of the append only file (default: "appendonly.aof") appendfilename appendonly.aof

cli command: config get ap* Returns: 1) "appendfsync" 2) "everysec" 3) "appendonly" 4) "yes"

Appendfilename is not listed. Is this a bug?

Redis version 3.2.100 running on Windows 10 64Bit

Comment From: itamarhaber

Hi - it seems that you are using the Windows fork of Redis. That fork isn't a part of the official Redis project and thus issues with it do not belong here, please close yours.

You can seek further assistance at the unmaintained https://github.com/MSOpenTech/Redis or the new https://github.com/tporadowski/redis repositories.

Comment From: Kortenbach

@itamarhaber: That fork isn't a part of the official Redis project and thus issues with it do not belong here, please close yours. --> I cannot try this using Linux, but could this be an issue in Linux version of Redis as well as the Windows fork?

Comment From: tporadowski

appendfilename config option is not supported by "CONFIG GET", though I have no idea if this is on purpose or was overlooked.

Comment From: itamarhaber

@tporadowski is right.

@Kortenbach sorry for the canned reply - since this is also demonstrated with real Redis (:)) feel free to reopen.

Comment From: Kortenbach

Thanks for testing this. So it's a bug, right? I will reopen...

Comment From: yoav-steinberg

seems to be resolved in 18e72c5cc723c60489b1598de8c3c503ef42c7d0. Closing.