[Python][기본 04] Redis 연동
패키지 설치 (mp-crawler) ➜ ~/Project/python-project/mp-crawler pip install redis Collecting redis Downloading redis-4.5.1-py3-none-any.whl (238 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.5/238.5 kB 3.7 MB/s eta 0:00:00 Collecting async-timeout>=4.0.2 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Installing collected packages: async-timeout, redis Successfully installed async-timeout..