|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Data Structures | |
| struct | ScanCursor |
Functions | |
| void | keydb_connect (string host) |
| void | keydb_disconnect () |
| void | keydb_del (string key) |
| template<type T> | |
| T | keydb_get (string key) |
| template<type T> | |
| void | keydb_set (string key, T value) |
| template<type T> | |
| void | keydb_set (string key, T[[1]] value) |
| ScanCursor | keydb_scan (string pattern) |
| ScanCursor | keydb_scan_next (ScanCursor sc) |
| void | keydb_scan_cursor_free (ScanCursor sc) |
| bool | keydb_clean (string pattern) |