github.com/hdt3213/godis@v1.2.9/redis.conf (about)

     1  bind 0.0.0.0
     2  port 6399
     3  maxclients 128
     4  
     5  appendonly yes
     6  appendfilename appendonly.aof
     7  appendfsync everysec
     8  aof-use-rdb-preamble yes
     9  
    10  dbfilename test.rdb