Method RedisClient.linsertBefore

Prototypes

size_t linsertBefore((T1,T2))(
  string key,
  T1 pivot,
  T2 value
);