SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
Keydb_clean

Functions

bool keydb_clean (string pattern)
 

Detailed Description

Removes partially stored keys from the database.

Parameters
pattern- operate only on keys matching to the pattern. The pattern is the same as accepted by Redis in the KEYS and SCAN command. (http://redis.io/commands/keys)
Returns
the result of consensus operation. True, when everything went fine, False on consensus error.

Function Documentation

◆ keydb_clean()

bool keydb_clean ( string  pattern)