linux_wiki:redis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:redis [2018/09/17 22:23]
billdozor [Bind Interface]
linux_wiki:redis [2018/09/19 23:17]
billdozor [General]
Line 95: Line 95:
 **Encryption Tunneling** **Encryption Tunneling**
   * Redis traffic can be piped through an encrypted tunnel using spiped   * Redis traffic can be piped through an encrypted tunnel using spiped
 +  * FIXME - to do
  
 ---- ----
  
 ===== General ===== ===== General =====
 +
 +**Daemonize**
 +  * Enable redis to run as a daemon<code bash>daemonize yes</code>
 +
 +**Supervisor Interaction**
 +  * Enable redis to send signals to systemd<code bash>supervised systemd</code>
 +
 +**Append Log**
 +  * Enable append only file<code bash>appendonly yes</code>
 +
 +**File Sync**
 +  * Configure how often memory flushes to disk<code bash>appendfsync everysec</code>
  
 ---- ----
  
  • linux_wiki/redis.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)