Skip to content

Commit 9874fc2

Browse files
authored
update redismodule api to 6.2.2 (#141)
* update redismodule api to 6.2.2 * fix RedisModuleTypeMethods build * comment out API using 128bit * add MODULE notify evnet type * add support for get_keyspace_events * add a comment to - marked out 128-bit functions
1 parent c68decc commit 9874fc2

File tree

3 files changed

+469
-251
lines changed

3 files changed

+469
-251
lines changed

examples/data_type.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,16 @@ static MY_REDIS_TYPE: RedisType = RedisType::new(
2828
aux_load: None,
2929
aux_save: None,
3030
aux_save_triggers: 0,
31+
32+
free_effort: None,
33+
unlink: None,
34+
copy: None,
35+
defrag: None,
3136
},
37+
38+
39+
40+
3241
);
3342

3443
unsafe extern "C" fn free(value: *mut c_void) {

0 commit comments

Comments
 (0)