◐ Shell
clean mode source ↗

feat: Set optional full-scan for deletion by j1wonpark · Pull Request #4189 · feast-dev/feast

What this PR does / why we need it:

In this link (#3857), I added function to perform a full-scan and delete data to save Redis memory. However, full-scan in Redis does not work beautifully, takes too long at production scale, and often fails in CI that performs feast-apply. So, I think it would be a good idea to add the 'full_scan_for_deletion' option in redis so that the user can select and delete it.

Which issue(s) this PR fixes:

Fixes