mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	Redis is not a free software (per OSI) anymore, it's being replaced with its fork named Valkey.
		
			
				
	
	
		
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Configuration for /etc/init.d/redis
 | 
						|
 | 
						|
# User (and group) to run redis as.
 | 
						|
#command_user="redis:redis"
 | 
						|
 | 
						|
# Redis configuration file.
 | 
						|
#cfgfile="/etc/redis.conf"
 |