mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
fix(server): Added RDB load / save for DenseSet (#297)
Signed-off-by: Braydn <braydn.moore@uwaterloo.ca>
This commit is contained in:
parent
231ef3d367
commit
7cc761134b
3 changed files with 52 additions and 17 deletions
|
@ -30,7 +30,6 @@ using absl::StrCat;
|
|||
|
||||
ABSL_DECLARE_FLAG(int32, list_compress_depth);
|
||||
ABSL_DECLARE_FLAG(int32, list_max_listpack_size);
|
||||
ABSL_DECLARE_FLAG(bool, use_set2);
|
||||
|
||||
namespace dfly {
|
||||
|
||||
|
@ -38,11 +37,6 @@ class RdbTest : public BaseFamilyTest {
|
|||
protected:
|
||||
protected:
|
||||
io::FileSource GetSource(string name);
|
||||
|
||||
// disable usage of DenseSet until the RDB patches are added
|
||||
RdbTest() : BaseFamilyTest() {
|
||||
SetFlag(&FLAGS_use_set2, false);
|
||||
}
|
||||
};
|
||||
|
||||
inline const uint8_t* to_byte(const void* s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue