File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ categories:
1212description : Novel patterns for working with Redis data structures
1313linkTitle : Coding patterns
1414title : Coding patterns
15+ aliases : /develop/use/patterns
1516weight : 50
1617---
1718
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ description: 'Writing data in bulk using the Redis protocol
1414 '
1515linkTitle : Bulk loading
1616title : Bulk loading
17+ aliases : /develop/use/patterns/bulk-loading
1718weight : 1
1819---
1920
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ description: 'A distributed lock pattern with Redis
1414 '
1515linkTitle : Distributed locks
1616title : Distributed Locks with Redis
17+ aliases : /develop/use/patterns/distributed-locks
1718weight : 1
1819---
1920Distributed locks are a very useful primitive in many environments where
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ categories:
1212description : Learn several Redis patterns by building a Twitter clone
1313linkTitle : Patterns example
1414title : Redis patterns example
15+ aliases : /develop/use/patterns/twitter-clone
1516weight : 20
1617---
1718
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ categories:
1212description : How to optimize round-trip times by batching Redis commands
1313linkTitle : Pipelining
1414title : Redis pipelining
15+ aliases : /develop/use/pipelining
1516weight : 2
1617---
1718
You can’t perform that action at this time.
0 commit comments