Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 25740f7

Browse files
committed
Add support for aux data methods
1 parent 7b2e133 commit 25740f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ static REDIS_JSON_TYPE: RedisType = RedisType::new(
3636
// Currently unused by Redis
3737
mem_usage: None,
3838
digest: None,
39+
40+
// Auxiliary data (v2)
41+
aux_load: None,
42+
aux_save: None,
43+
aux_save_triggers: 0,
3944
},
4045
);
4146

0 commit comments

Comments
 (0)