I am using redis-cli pipe for mass insertion data from file into redis. The output is as follow: All data transferred. Waiting for the last reply... Last reply received from server. errors: 0, replies: 8
MY problem is when redis throws error while processing a file i am only able to see error, not a line number. It is tedious to know which line number is causing the error.
Is there any way how can i know line number of a file or a way to modify the code.
Please help me on this.