Is there any way to insert a value into a Redis list by index?
LINSERT
can do it by value, but that seems a little backward in that the same value could appear multiple times in the list.
There is a work around which may be a little slow, since all are O(n) operations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With