Files
notifications-admin/app
Katie Smith ed84e0958a Stop Redis exception by not passing Redis an empty set to delete
We use `redis_client.delete` to delete multiple keys at once, but this
raises a `redis.exceptions.ResponseError` if it is called with an empty list
or set. We should only call `redis_client.delete` when there is at least
one item to delete.
2019-01-03 15:11:31 +00:00
..
2018-12-21 14:37:01 +00:00
2018-12-13 14:57:22 +00:00