Skip to content

Commit f5a5791

Browse files
Update commands/eval.md
Co-authored-by: Viktor Söderqvist <[email protected]>
1 parent 1c67f88 commit f5a5791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to ensure the correct execution of scripts, both in standalone and clustered dep
1212
The script **should only** access keys whose names are given as input arguments.
1313
Scripts **should never** access keys with programmatically-generated names or based on the contents of data structures stored in the database.
1414

15-
**Important:**
15+
**Note:**
1616
in some cases, users will abuse Lua EVAL by embedding values in the script instead of providing them as argument, and thus generating a different script on each call to EVAL.
1717
These are added to the Lua interpreter and cached to redis-server, consuming a large amount of memory over time.
1818
Starting from Redis 8.0, scripts loaded with `EVAL` or `EVAL_RO` will be deleted from redis after a certain number (least recently used order).

0 commit comments

Comments
 (0)