Redis Command: LSET
Change/replace value at a specific index of a list. For the command to work there should be an existing list, with some items and we can only change items that are already set(have an index). Both positive and negative indexes will work for this command. Index is zero(0) based. So the first item is considered at index Zero(0).