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

Commit e050b06

Browse files
committed
Fix deny-oom typo
1 parent aca6c1a commit e050b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ redis_module! {
769769
],
770770
init: init,
771771
commands: [
772-
["json.del", json_del, "write "],
772+
["json.del", json_del, "write"],
773773
["json.get", json_get, ""],
774774
["json.mget", json_mget, ""],
775775
["json.set", json_set, "write"],

0 commit comments

Comments
 (0)