2024-11-06 20:14:59 +13:00
{
2025-05-20 11:51:20 +02:00
"name" : "Redis " ,
"slug" : "redis" ,
"categories" : [
8
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://redis.io/docs/latest/" ,
2025-05-20 11:51:20 +02:00
"website" : "https://redis.io/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/redis.webp" ,
"config_path" : "Debian /etc/redis/redis.conf | Alpine: /etc/redis.conf" ,
"description" : "Redis is an open-source, in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/redis.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
"os" : "debian" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2025-05-20 11:51:20 +02:00
}
2024-11-06 20:14:59 +13:00
} ,
2025-05-20 11:51:20 +02:00
{
"type" : "alpine" ,
"script" : "ct/alpine-redis.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 1 ,
"os" : "alpine" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-05-20 11:51:20 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Redis Configuration: `nano /etc/redis/redis.conf` or in Alpine: `nano /etc/redis.conf`" ,
"type" : "info"
}
]
2025-04-24 11:49:40 +02:00
}