mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Currently LINSERT command does not have the test case coverage for following scenarios. 1. When key does not exist, it is considered an empty list and no operation is performed. 2. An error is returned when key exists but does not hold a list value. Added above two missing test cases for linsert command.