Loading a CSV into an in-memory redis database through a flask app, all running in a docker container

前端 未结 0 1659
执念已碎
执念已碎 2021-01-20 19:01

I have the following python snippet that successfully loads the CSV into redis database.

import pyarrow as pa
import redis
import pandas as pd

pool = redis.C         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题