Skip to content

Commit

Permalink
Fix typo in examples/example.vcl (redis.call -> redis.send)
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Williamsson <noah.williamsson@gmail.com>
  • Loading branch information
noahwilliamsson committed May 31, 2012
1 parent 68ce997 commit 01d14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backend be1 {

sub vcl_recv {
#
# redis.call is a procedure, it will send the command to redis and ignore
# redis.send is a procedure, it will send the command to redis and ignore
# the response. If the command errors out, it will be logged but the VCL
# will not know.
#
Expand Down

0 comments on commit 01d14b8

Please sign in to comment.