DB
New Features
- Migrate commands
SADD
, SREM
, SCARD
, SMEMBERS
to store_eval. (@sahoss) (#1020)
- Add support for commands
LINSERT
and LRANGE
. (@ParvBudh28) (#659)
- Add integration tests for commands
HSET
, HGET
, HDEL
. (@c-harish) (#1021)
- Migrate
GETEX
and GETDEL
commands. (@Ehijoe) (#1061)
- Migrated commands
EXPIRE
, EXPIREAT
, EXPIRETIME
, TTL
, PTTL
. (@SyedMa3) (#1149)
- Added
GET.UNWATCH
command support and fixed related issues. (@psr) (#998)
Enhancements
- ZPOPMIN command tests enhanced to check outputs with ZCOUNT command. (@teja8551) (#1225)
- Moved HExists, HKeys, HVals commands in commands folder. (@apoorvyadav1111) (#1229)
Fixes
- Fix typo in documentation. (@vinitparekh1742) (#1240)
- Fix
validateCmdMeta
to handle Unwatch commands. (@jyotindrsingh)
Documentation Updates
- Revamped documentation with separate sections for Blog, Benchmarks, and Roadmap. (@arpitbhayani) (#1236)
- Add support for command SELECT documentation. (@vanshavenger) (#820)
- Add documentation for
LINSERT
and LRANGE
commands. (@ParvBudh28) (#1040)
- Release page added with blogs and release notes on the homepage. (@arpitbhayani)
- Lint across docs codebase. (@arpitbhayani)
- Removed memtier benchmark from Docs. (@arpitbhayani)
- Updated benchmark numbers and Redis compatibility page. (@arpitbhayani)
- Made landing page simpler and denser. (@arpitbhayani)
- Code documentation fixes. (@aadi-1024) (#1232)