diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index c13a43684..0b2097141 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -285,6 +285,12 @@ const groups: GroupType[] = [ type: 'skill', otherGroups: ['Web Development'], }, + { + title: 'Redis', + link: '/redis', + type: 'skill', + otherGroups: ['Web Development'], + }, ], }, { diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index cda3f75d1..698be3005 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -256,6 +256,7 @@ import { TipItem } from '../components/GetStarted/TipItem'; { title: 'SQL', link: '/sql' }, { title: 'PostgreSQL', link: '/postgresql-dba' }, { title: 'MongoDB', link: '/mongodb' }, + { title: 'Redis', link: '/redis' }, ]} secondaryDescription='Or perhaps improve your database skills?' />