#1

Invalid input of type: 'CacheKey'. Convert to a byte, string or number first.

一些关于Redis的错误

解决

redis版本的问题,把redis版本改成2.0即可

pip3 install redis==2.10.6

#2

zmalloc.h:50:31: fatal error: jemalloc/jemalloc.h: No such file or directory

解决

make MALLOC=libc

#3

输入make test后
报错You need tcl 8.5 or newer in order to run the Redis test

解决

yum install tcl

相关文章:

  • 2021-04-11
  • 2022-12-23
  • 2021-06-06
  • 2021-11-23
  • 2021-09-10
  • 2021-06-17
  • 2021-08-30
猜你喜欢
  • 2021-09-17
  • 2021-09-09
  • 2021-07-23
  • 2021-10-07
  • 2022-12-23
  • 2021-04-03
  • 2021-07-26
相关资源
相似解决方案