Executing batches of commands using redis cli
the following code works for me with redis 2.4.7 on mac
./redis-cli < temp.redisCmds
Does that satisfy your requirements? Or are you looking to see if there's a way to programmatically do it faster?
If you don't want to make a file, use echo
and \n
echo "DEL 9012012\nDEL 1212" | redis-cli