Method RedisClient.linsertAfter

Prototypes

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