Skip to content

Commit

Permalink
Update eval-intro.md (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chupaka authored Jul 16, 2023
1 parent 69b8f6b commit b631446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interact/programmability/eval-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These include:

* Providing locality by executing logic where data lives. Data locality reduces overall latency and saves networking resources.
* Blocking semantics that ensure the script's atomic execution.
* Enabling the composition of simple capabilities that are either missing from Redis or are too niche to a part of it.
* Enabling the composition of simple capabilities that are either missing from Redis or are too niche to be a part of it.

Lua lets you run part of your application logic inside Redis.
Such scripts can perform conditional updates across multiple keys, possibly combining several different data types atomically.
Expand Down

0 comments on commit b631446

Please sign in to comment.