Skip to content

Commit ed9f7e6

Browse files
DOC-3967 moved programmability folder into develop
1 parent 126e26f commit ed9f7e6

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

content/develop/interact/programmability/_index.md renamed to content/develop/programmability/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: 'Extending Redis with Lua and Redis Functions
1414
'
1515
linkTitle: Programmability
1616
title: Redis programmability
17-
weight: 20
17+
weight: 50
1818
---
1919

2020
Redis provides a programming interface that lets you execute custom scripts on the server itself. In Redis 7 and beyond, you can use [Redis Functions]({{< relref "/develop/interact/programmability/functions-intro" >}}) to manage and run your scripts. In Redis 6.2 and below, you use [Lua scripting with the EVAL command]({{< relref "/develop/interact/programmability/eval-intro" >}}) to program the server.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)