List UDF libraries (with code)

View all loaded UDF libraries and their source code using GRAPH.UDF LIST WITHCODE

falkordb fac4968 2 files · 1.4 KB Updated

File contents

List UDF libraries (with code)

View all loaded UDF libraries and optionally inspect their source code.

Usage

Use GRAPH.UDF LIST WITHCODE to display all registered UDF libraries along with their JavaScript source code.

Example

redis-cli GRAPH.UDF LIST WITHCODE

Notes

  • GRAPH.UDF LIST shows library names without source code
  • GRAPH.UDF LIST WITHCODE includes the full JavaScript source
  • Useful for auditing what UDFs are loaded in the system
  • Helps with debugging and understanding available functions
  • Important for security audits to verify loaded code

falkordb/skills/tree/main/udf-skills/list-udf-libraries commit fac4968498

Frequently asked questions

npx skillmds@latest add falkordb/list-udf-libraries-with-code