Expand description
Module with helpers for raw-calls
Functions§
- bool_
val_ parser - Helper function to retrieve bool value from line-hashmap, (re)moves value.
- escape_
arg - Escape string for query commands send via raw function
- int_
list_ val_ parser - Helper function to read int value list from line-hashmap, (re)moves value.
- int_
val_ parser - Helper function to retrieve and parse value from line-hashmap, (re)moves value.
- int_
val_ parser_ opt - Helper function to retrieve and parse value from line-hashmap, (re)moves value.
- parse_
hashmap - Parse response as hashmap
- parse_
multi_ hashmap - Parse multi-hashmap response. Each hashmap is divided by a
|
. - string_
val_ parser - Helper function to retrieve string value from line-hashmap, (re)moves value.
- string_
val_ parser_ opt - Helper function to retrieve optional string value from line-hashmap, (re)moves value.
- unescape_
val - Unescape server response