摘要:
一、问题描述 之前使用pycharm的童鞋可能发现同样的代码在vscode中运行会报错:Non-ASCII character '\xe5' in file /Users/mozili/PYTHONWORKSPACE/Reptile/re_ex.py on line 5, but no encodi 阅读全文
摘要:
一、问题描述 sorted set操作执行:print(connect.zadd('grade', 'bob', 98, 'mike' ,100))时报错redis.exceptions.DataError: ZADD allows either 'nx' or 'xx', not both 二、出 阅读全文
摘要:
使用python操作redis数据库时经常报错:redis.exceptions.ResponseError: WRONGTYPE Operation against a key holding the wrong kind of value 其实提示信息已经很明确了,操作的时候数据类型有误,比如你 阅读全文