SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
bool | keydb_clean (string pattern) |
Removes partially stored keys from the database.
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) |
bool keydb_clean | ( | string | pattern | ) |