ssdb-py icon indicating copy to clipboard operation
ssdb-py copied to clipboard

在使用文档中一个hdecr返回结果问题

Open itertools opened this issue 11 years ago • 0 comments

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.

itertools avatar Oct 09 '14 06:10 itertools