NUM.SET
The NUM.SET command stores a numeric value (integer or floating-point) in the key-value database.
NUM.INCR
The NUM.INCR command increments a numeric value associated with a key.
NUM.GET
The NUM.GET command retrieves a numerical value (integer or float) from the database associated with …
NUM.DECR
The NUM.DECR command decrements the numeric value stored at the specified key by a given amount.