Import DB2 table columns into redis

Hi,

Looking for the best solution to import a huge table of 30 million records from DB2 into redis. Reading DB records in chunks and saving into redis using HMSET or pipe is a proven solution but takes around 25 minutes for the complete process. Would like to know if there is any faster way available like, import columns, LUA script, etc., Thanks!