url:https://github.com/wrongwaycn/ssdb-py
在Getting Started中:
ssdb.multi_hset('hash_2',
... key1=42,
... key2=3.1415926,
... key3=-1.41421,
... key4=256,
... key5='e',
... key6='log'
... )
ssdb.hdecr('hash_2', 'key1', 7)
36
这个操作是不是42-7=35,不知道为什么结果是36.
url:https://github.com/wrongwaycn/ssdb-py
在Getting Started中:
这个操作是不是42-7=35,不知道为什么结果是36.