Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/develop/programmability/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ categories:
- oss
- kubernetes
- clients
- aliases: /develop/interact/programmability
aliases:
- /develop/interact/programmability
- /develop/interact/programmability/
description: 'Extending Redis with Lua and Redis Functions

'
Expand Down
2 changes: 1 addition & 1 deletion content/develop/programmability/eval-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- oss
- kubernetes
- clients
- aliases: /develop/interact/programmability/eval-intro
aliases: /develop/interact/programmability/eval-intro
description: 'Executing Lua in Redis

'
Expand Down
2 changes: 1 addition & 1 deletion content/develop/programmability/functions-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- oss
- kubernetes
- clients
- aliases: /develop/interact/programmability/functions-intro
aliases: /develop/interact/programmability/functions-intro
description: 'Scripting with Redis 7 and beyond

'
Expand Down
2 changes: 1 addition & 1 deletion content/develop/programmability/lua-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- oss
- kubernetes
- clients
- aliases: /develop/interact/programmability/lua-api
aliases: /develop/interact/programmability/lua-api
description: 'Executing Lua in Redis

'
Expand Down
2 changes: 1 addition & 1 deletion content/develop/programmability/lua-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- oss
- kubernetes
- clients
- aliases: /develop/interact/programmability/lua-debugging
aliases: /develop/interact/programmability/lua-debugging
description: How to use the built-in Lua debugger
linkTitle: Debugging Lua
title: Debugging Lua scripts in Redis
Expand Down
4 changes: 3 additions & 1 deletion content/develop/pubsub/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ categories:
description: How to use pub/sub channels in Redis
linkTitle: Pub/sub
title: Redis Pub/sub
aliases: /develop/interact/pubsub
aliases:
- /develop/interact/pubsub
- /develop/interact/pubsub/
hideListLinks: true
weight: 60
---
Expand Down
7 changes: 7 additions & 0 deletions content/develop/using-commands/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ categories:
description: Learn how to interact with Redis using commands.
linkTitle: Using commands
title: Using Redis commands
aliases:
- /develop/interact/
- /develop/interact
- /develop/use/
- /develop/use
- /develop/use/pipelining/
- /develop/use/pipelining
weight: 33
---

Expand Down
2 changes: 1 addition & 1 deletion content/develop/using-commands/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- oss
- kubernetes
- clients
- aliases: /develop/interact/transactions
aliases: /develop/interact/transactions
description: How transactions work in Redis
linkTitle: Transactions
title: Transactions
Expand Down