mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
There is are some missing test cases for SUBSTR command. These might already be covered by GETRANGE, but no harm in adding them since they're simple. Added 3 test case. * start > stop * start and stop both greater than string length * when no key is present.