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

Commit 7b2e133

Browse files
authored
revert adding deny-oom
1 parent d74602c commit 7b2e133

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -767,16 +767,16 @@ redis_module! {
767767
["json.del", json_del, "write "],
768768
["json.get", json_get, ""],
769769
["json.mget", json_mget, ""],
770-
["json.set", json_set, "write deny-oom"],
770+
["json.set", json_set, "write"],
771771
["json.type", json_type, ""],
772772
["json.numincrby", json_num_incrby, "write"],
773773
["json.nummultby", json_num_multby, "write"],
774774
["json.numpowby", json_num_powby, "write"],
775-
["json.strappend", json_str_append, "write deny-oom"],
775+
["json.strappend", json_str_append, "write"],
776776
["json.strlen", json_str_len, ""],
777-
["json.arrappend", json_arr_append, "write deny-oom"],
777+
["json.arrappend", json_arr_append, "write"],
778778
["json.arrindex", json_arr_index, ""],
779-
["json.arrinsert", json_arr_insert, "write deny-oom"],
779+
["json.arrinsert", json_arr_insert, "write"],
780780
["json.arrlen", json_arr_len, ""],
781781
["json.arrpop", json_arr_pop, "write"],
782782
["json.arrtrim", json_arr_trim, "write"],
@@ -785,7 +785,7 @@ redis_module! {
785785
["json.debug", json_debug, ""],
786786
["json.forget", json_del, "write"],
787787
["json.resp", json_resp, ""],
788-
["json.index", commands::index::index, "write deny-oom"],
788+
["json.index", commands::index::index, "write"],
789789
["json.qget", commands::index::qget, ""],
790790
["json._cacheinfo", json_cache_info, ""],
791791
["json._cacheinit", json_cache_init, "write"],

0 commit comments

Comments
 (0)