The problem/use-case that the feature addresses
LINSERT key <BEFORE | AFTER> pivot element
Current, LINSERT can insert one element accoriding to the pivot value
new feature: Create a new command and insert element according to the index
It could be: LINSERTI key <BEFORE | AFTER> pivot element or similar