redis-json
Advanced tools
Changelog
v4.0.1
clearAll()
now scans the DB via scan
command(with a COUNT 100), instead of getting all the prefixed keys via keys
command which would block the DB if the list is hugejsonCache.get('test', 'name', 'address', 'cars.0')
Changelog
v4.0.0
Changelog
v3.0.0
Changelog
v2.0.0
resave
has been renamed to rewrite