Changelog
- 2d84b3c Merge pull request #140 from rueian/fix-sentinel-select-db
- 65f967c Merge pull request #144 from rueian/csc-enhancement
- fae0db9 feat: use ErrDoCacheAborted to distinguish aborted EXEC and not existing keys
- 89c02f2 fix: #138 select db on sentinel
- 069b77a fix: lru entry leak by looking up the lru again under lock
- 9ad678e perf: reduce lru memory consumption and remove unnecessary lookup by storing reference in each entry instead of original key string
- 2c7d417 refactor: rename store to kc