mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Completely rework return values from storage operations
This commit is contained in:
parent
8ddda016ff
commit
9ed3e33f97
50 changed files with 859 additions and 586 deletions
|
@ -23,8 +23,8 @@ export {
|
|||
# backend opened.
|
||||
key_prefix: string &default="";
|
||||
};
|
||||
|
||||
redef record Storage::BackendOptions += {
|
||||
redis: Options &optional;
|
||||
};
|
||||
}
|
||||
|
||||
redef record Storage::BackendOptions += {
|
||||
redis: Storage::Backend::Redis::Options &optional;
|
||||
};
|
||||
|
|
|
@ -28,8 +28,8 @@ export {
|
|||
["temp_store"] = "memory"
|
||||
);
|
||||
};
|
||||
|
||||
redef record Storage::BackendOptions += {
|
||||
sqlite: Options &optional;
|
||||
};
|
||||
}
|
||||
|
||||
redef record Storage::BackendOptions += {
|
||||
sqlite: Storage::Backend::SQLite::Options &optional;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue