microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

How can we load the CSV file in to Redis using Redis-cli or any other ways? #613

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi Team,

Could you please guide us here: https://stackoverflow.com/questions/53321019/load-csv-file-in-redis-using-redis-cli-of-windows-version

Also, please suggest by what all possible ways, csv file can be uploaded? Or any client?