mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Add redis_incrby
This commit is contained in:
parent
8b72544edb
commit
1c549df3d9
1 changed files with 3 additions and 0 deletions
|
@ -49,4 +49,7 @@ def redis_hset(t,k,v):
|
|||
def redis_hincrby(t,k,v):
|
||||
return redisdb.hincrby(t,k,v)
|
||||
|
||||
def redis_incrby(k,v):
|
||||
return redisdb.incrby(k,v)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue