Function RedisDatabase.linsertBefore
Insert value in the list stored at key before the reference value pivot.
long linsertBefore(T1, T2)
(
string key,
T1 pivot,
T2 value
)
if (isValidRedisValueType!T1 && isValidRedisValueType!T2);