Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
litespeed_wiki:lsmcd:commands:incr [2016/04/07 16:11] Rob Holda |
litespeed_wiki:lsmcd:commands:incr [2016/04/07 18:37] (current) Rob Holda |
||
---|---|---|---|
Line 21: | Line 21: | ||
* **4** → Add 4 to the value of "mykey" | * **4** → Add 4 to the value of "mykey" | ||
* In this example, if "mykey" had a value of "1", after running **incr**, its value would be "5". | * In this example, if "mykey" had a value of "1", after running **incr**, its value would be "5". | ||
+ | |||
+ | **possible errors:** | ||
+ | * **NOT_FOUND** - Indicates that the provided key does not exist in the LSMCD server. | ||
+ | * **CLIENT_ERROR** - Indicates that the value associated with the provided key is not numerical. | ||
+ | * **ERROR** - Indicates any other error such as a syntax error. |