Skip to content

Commit b426059

Browse files
committed
rename module to ReJSON for backward with RedisJSON
1 parent 8dda1f8 commit b426059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ pub extern "C" fn init(raw_ctx: *mut rawmod::RedisModuleCtx) -> c_int {
762762
}
763763

764764
redis_module! {
765-
name: "redisjson",
766-
version: 1,
765+
name: "ReJSON",
766+
version: 200000,
767767
data_types: [
768768
REDIS_JSON_TYPE,
769769
],

0 commit comments

Comments
 (0)