Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCL 测试错误汇总 #266

Closed
5 tasks
dingxiaoshuai123 opened this issue Apr 11, 2024 · 0 comments · Fixed by #348
Closed
5 tasks

TCL 测试错误汇总 #266

dingxiaoshuai123 opened this issue Apr 11, 2024 · 0 comments · Fixed by #348
Labels
bug Something isn't working test

Comments

@dingxiaoshuai123
Copy link
Collaborator

dingxiaoshuai123 commented Apr 11, 2024

Set

  • 替换 std::stod(), 否则 sadd 命令会出错
  • scard 一个不存在的 key, 返回结果与 redis 不一致

Zset

  • zscore 命令返回了浮点格式的字符串(直接使用了 std::to_string())

String

Hash

  • hmget 命令会返回之前查询过的值
截屏2024-04-12 15 00 30
  • hmget 命令对参数数目没有做判断
截屏2024-04-12 15 03 05

List

@dingxiaoshuai123 dingxiaoshuai123 added the ☢️ Bug Something isn't working label Apr 11, 2024
@dingxiaoshuai123 dingxiaoshuai123 changed the title bug: TCL test bug: TCL test 错误汇总 Apr 11, 2024
@dingxiaoshuai123 dingxiaoshuai123 added bug Something isn't working test labels Apr 12, 2024
@Mixficsol Mixficsol changed the title bug: TCL test 错误汇总 TCL 测试错误汇总 Apr 12, 2024
@Mixficsol Mixficsol removed the ☢️ Bug Something isn't working label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants