mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Redis: Support non-native expiration when reading traces
This commit is contained in:
parent
08bebaa426
commit
ea87c773cd
4 changed files with 132 additions and 1 deletions
|
@ -58,6 +58,12 @@ public:
|
|||
*/
|
||||
ErrorResult DoErase(ValPtr key, ErrorResultCallback* cb = nullptr) override;
|
||||
|
||||
/**
|
||||
* Removes any entries in the backend that have expired. Can be overridden by
|
||||
* derived classes.
|
||||
*/
|
||||
void Expire() override;
|
||||
|
||||
// IOSource interface
|
||||
double GetNextTimeout() override { return -1; }
|
||||
void Process() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue