2024-11-06 20:14:59 +13:00
{
"name" : "Redis " ,
"slug" : "redis" ,
"categories" : [
2025-01-20 13:38:32 +01:00
8
2024-11-06 20:14:59 +13:00
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : null ,
"website" : "https://redis.io/" ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/redis.svg" ,
"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" : {
2024-11-28 15:50:40 +01:00
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
2024-11-06 20:14:59 +13:00
"os" : "debian" ,
"version" : "12"
}
2025-03-24 12:32:45 +01:00
} ,
{
"type" : "alpine" ,
"script" : "ct/alpine-redis.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 1 ,
"os" : "alpine" ,
"version" : "3.21"
}
2024-11-06 20:14:59 +13:00
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-03-24 12:32:45 +01:00
"text" : "Redis Configuration: `nano /etc/redis/redis.conf` or in Alpine: `nano /etc/redis.conf`" ,
2024-12-13 15:24:14 +01:00
"type" : "info"
2024-11-06 20:14:59 +13:00
}
]
}