summaryrefslogtreecommitdiff
path: root/benchmarks/basic_operations.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-11-13 15:31:18 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-11-13 15:31:18 -0800
commit90a52dd5de111f0053bb3ebaa7c78f73a82a1e3e (patch)
treedd5757ca5a97400327b51cf51c4b8f5354832603 /benchmarks/basic_operations.py
parent69effc2464fada8a51658f97d8a251b2e736e34d (diff)
downloadredis-py-90a52dd5de111f0053bb3ebaa7c78f73a82a1e3e.tar.gz
force mapping to be a single dict object on MSET, MSETNX and ZADD
Previously MSET, MSETNX and ZADD accepted multiple ways to specify the mapping of keys to values including via **kwargs. This turned out to be a poor choice. As Redis evolved and added additional options to the ZADD command, these options couldn't be specified in redis-py without possible element name conflictd. This fixes that going forward and makes the commands simpler.
Diffstat (limited to 'benchmarks/basic_operations.py')
0 files changed, 0 insertions, 0 deletions