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

Commit b9080f3

Browse files
authored
NOESCAPE has no argument
1 parent 0968b6d commit b9080f3

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
@@ -47,7 +47,7 @@ fn json_get(ctx: &Context, args: Vec<String>) -> RedisResult {
4747
"INDENT" => args.next(), // TODO add support
4848
"NEWLINE" => args.next(), // TODO add support
4949
"SPACE" => args.next(), // TODO add support
50-
"NOESCAPE" => args.next(), // TODO add support
50+
"NOESCAPE" => continue, // TODO add support
5151
"." => break String::from("$"), // backward compatibility suuport
5252
_ => break arg
5353
};

0 commit comments

Comments
 (0)