Skip to content

Commit 05d95f3

Browse files
committed
examples: Fix command key arguments
None of the arguments to this command are keys
1 parent 9ea08ca commit 05d95f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ redis_module! {
2929
version: 1,
3030
data_types: [],
3131
commands: [
32-
["hello.mul", hello_mul, "", 1, 1, 1],
32+
["hello.mul", hello_mul, "", 0, 0, 0],
3333
],
3434
}
3535

0 commit comments

Comments
 (0)