search

Home  >  Q&A  >  body text

Windows下Qt 应该怎么连接Redis?

如题:不知道windows+Qt+minGW环境如何连接Redis操作。。。找不到资料,有没有做过这方面的朋友?

迷茫迷茫2795 days ago1176

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-24 09:11:46

    I am asking myself again. . . Since it is mingw, it seems that the code maintained by Microsoft cannot be used
    I found a cross-platform Qtredis (redis client) written in Qt on github with source code and test demo.
    First of all, I would like to thank those programmers who have contributed silently (I am ashamed that I, a novice like myself, do not study the socket connection protocol of redis). . .
    The following is the github address: https://github.com/dellmckinney/QtRedis

    reply
    0
  • Cancelreply