• Meir Shpilraien (Spielrein)'s avatar
    Add FUNCTION FLUSH command to flush all functions (#9936) · 687210f1
    Meir Shpilraien (Spielrein) authored
    Added `FUNCTION FLUSH` command. The new sub-command allows delete all the functions.
    An optional `[SYNC|ASYNC]` argument can be given to control whether or not to flush the
    functions synchronously or asynchronously. if not given the default flush mode is chosen by
    `lazyfree-lazy-user-flush` configuration values.
    
    Add the missing `functions.tcl` test to the list of tests that are executed in test_helper.tcl,
    and call FUNCTION FLUSH in between servers in external mode
    687210f1
functions.c 18.5 KB