$ tar xvzf redis-1.02.tar.gz

老外的程序还是很规范的,看下面的在命令行下的测试集
#151 FUZZ stresser with data model binary                              PASSED
#152 FUZZ stresser with data model alpha                               PASSED
#153 FUZZ stresser with data model compr                               PASSED
#154 BGSAVE                                                            
Waiting for background save to finish... PASSED
#155 Handle an empty query well                                        PASSED
#156 Negative multi bulk command does not create problems              PASSED
#157 Negative multi bulk payload                                       PASSED
#158 Too big bulk payload                                              PASSED
#159 Multi bulk request not followed by bulk args                      PASSED
#160 Generic wrong number of args                                      PASSED
#161 SELECT an out of range DB                                         PASSED
#162 EXPIRES after a reload (snapshot + append only file)              
Waiting for background AOF rewrite to finish... PASSED
#163 PIPELINING stresser (also a regression for the old epoll bug)     PASSED
#164 FLUSHDB                                                           PASSED
#165 Perform a final SAVE to leave a clean DB on disk                  PASSED

165 tests, 165 passed, 0 failed


解压缩命令老忘记录一下

相关文章:

  • 2021-12-15
  • 2021-09-25
  • 2021-09-12
  • 2021-09-25
  • 2021-09-25
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2021-07-11
  • 2021-12-15
相关资源
相似解决方案