mirror of
https://github.com/KingDuckZ/incredis
synced 2025-08-11 13:09:48 +00:00
Add INCR command
This commit is contained in:
parent
ee0767e52c
commit
89da7b33fe
2 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,7 @@ namespace redis {
|
|||
//String
|
||||
opt_string get ( boost::string_ref parKey );
|
||||
bool set ( boost::string_ref parKey, boost::string_ref parField );
|
||||
RedisInt incr ( boost::string_ref parKey );
|
||||
|
||||
private:
|
||||
static opt_string_list reply_to_string_list ( const Reply& parReply );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue