以下紀錄如何使用 Python 安裝 Redis 與使用 Redis,使用的IDE是PyCharm
Step 1: 先去https://github.com/MicrosoftArchive/redis/releases 來抓 Redis:
Step 2: 將抓下來的檔案解壓縮,解壓縮後,到該資料夾並且進到CMD模式:
輸入下列指令:
redis-server.exe redis.windows.conf
這時候伺服器已經開啟。
Step 3: 使用 PyCharm 來安裝 Redis,如果不曉得怎安裝可以參考下述連結:
http://xken831.pixnet.net/blog/post/462988406-%5b
Step 4: 接著使用下述的連接方式來呼叫 redis:
#使用 redis 模組 |
執行結果:
Test Test <class 'str'> |
[Reference]
留言列表