tulip / oplogtoredis

Publish MongoDB oplog entries to Redis
Apache License 2.0
38 stars 9 forks source link

OplogToRedis: Make Denylist Deletion Idempotent #76

Closed alex-goodisman closed 4 months ago

alex-goodisman commented 4 months ago

If you try to DELETE at /denylist/:id and id doesn't exist on the denylist, the server will return 204 instead of 404, so that it can be done multiple times without producing an error.