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

     1  bind 0.0.0.0
     2  port 7379
     3  maxclients 128
     4  
     5  appendonly no
     6  appendfilename appendonly.aof
     7  
     8  peers localhost:6399
     9  self  localhost:7379