mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +02:00
Add redis links to roadmaps and get-staretd pages
This commit is contained in:
@@ -285,6 +285,12 @@ const groups: GroupType[] = [
|
|||||||
type: 'skill',
|
type: 'skill',
|
||||||
otherGroups: ['Web Development'],
|
otherGroups: ['Web Development'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Redis',
|
||||||
|
link: '/redis',
|
||||||
|
type: 'skill',
|
||||||
|
otherGroups: ['Web Development'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -256,6 +256,7 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
|||||||
{ title: 'SQL', link: '/sql' },
|
{ title: 'SQL', link: '/sql' },
|
||||||
{ title: 'PostgreSQL', link: '/postgresql-dba' },
|
{ title: 'PostgreSQL', link: '/postgresql-dba' },
|
||||||
{ title: 'MongoDB', link: '/mongodb' },
|
{ title: 'MongoDB', link: '/mongodb' },
|
||||||
|
{ title: 'Redis', link: '/redis' },
|
||||||
]}
|
]}
|
||||||
secondaryDescription='Or perhaps improve your database skills?'
|
secondaryDescription='Or perhaps improve your database skills?'
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user