Skip to content

Commit 9fde689

Browse files
DOC-3967 added missing aliases
1 parent a3cd67a commit 9fde689

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

content/develop/clients/patterns/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ categories:
1212
description: Novel patterns for working with Redis data structures
1313
linkTitle: Coding patterns
1414
title: Coding patterns
15+
aliases: /develop/use/patterns
1516
weight: 50
1617
---
1718

content/develop/clients/patterns/bulk-loading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description: 'Writing data in bulk using the Redis protocol
1414
'
1515
linkTitle: Bulk loading
1616
title: Bulk loading
17+
aliases: /develop/use/patterns/bulk-loading
1718
weight: 1
1819
---
1920

content/develop/clients/patterns/distributed-locks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description: 'A distributed lock pattern with Redis
1414
'
1515
linkTitle: Distributed locks
1616
title: Distributed Locks with Redis
17+
aliases: /develop/use/patterns/distributed-locks
1718
weight: 1
1819
---
1920
Distributed locks are a very useful primitive in many environments where

content/develop/clients/patterns/twitter-clone.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ categories:
1212
description: Learn several Redis patterns by building a Twitter clone
1313
linkTitle: Patterns example
1414
title: Redis patterns example
15+
aliases: /develop/use/patterns/twitter-clone
1516
weight: 20
1617
---
1718

content/develop/reference/pipelining.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ categories:
1212
description: How to optimize round-trip times by batching Redis commands
1313
linkTitle: Pipelining
1414
title: Redis pipelining
15+
aliases: /develop/use/pipelining
1516
weight: 2
1617
---
1718

0 commit comments

Comments
 (0)