Skip to content

Commit

Permalink
Update FUNCTION LIST example to mention output has flags (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin authored Jan 10, 2024
1 parent 8663f15 commit c582783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/interact/programmability/functions-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,20 @@ redis> FUNCTION LIST
2) "my_hset"
3) "description"
4) (nil)
5) "flags"
6) (empty array)
2) 1) "name"
2) "my_hgetall"
3) "description"
4) (nil)
5) "flags"
6) (empty array)
3) 1) "name"
2) "my_hlastmodified"
3) "description"
4) (nil)
5) "flags"
6) (empty array)
```

You can see that it is easy to update our library with new capabilities.
Expand Down

0 comments on commit c582783

Please sign in to comment.