jamesls / fakeredis

Fake implementation of redis API (redis-py) for testing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linsert implementation is incomplete

bmerry opened this issue · comments

It

  • does not examine where (it only implements BEFORE)
  • does not handle the case of the pivot not being in the list.

I have a fix in a branch I am preparing for PR.

Fixed in 0.10.1.