2024-11-14
This commit is contained in:
parent
abd30975c4
commit
a41cd27833
244 changed files with 17423 additions and 740 deletions
26
.ddev/redis/redis.conf
Normal file
26
.ddev/redis/redis.conf
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# #ddev-generated
|
||||
################################## INCLUDES ###################################
|
||||
|
||||
# Network
|
||||
include /etc/redis/conf/network.conf
|
||||
|
||||
# General
|
||||
include /etc/redis/conf/general.conf
|
||||
|
||||
# Snapshots
|
||||
include /etc/redis/conf/snapshots.conf
|
||||
|
||||
# Security
|
||||
include /etc/redis/conf/security.conf
|
||||
|
||||
# Memory management
|
||||
include /etc/redis/conf/memory.conf
|
||||
|
||||
# CPU management
|
||||
include /etc/redis/conf/io.conf
|
||||
|
||||
# Append mode
|
||||
include /etc/redis/conf/append.conf
|
||||
|
||||
# Advanced config
|
||||
include /etc/redis/conf/advanced.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue