From a5e6aacc3d1a42054a85b53df4e1f372b8083ae8 Mon Sep 17 00:00:00 2001 From: Muhammad Rohan Hussain <34311857+hallucinogenizer@users.noreply.github.com> Date: Sat, 5 Feb 2022 01:35:59 +0500 Subject: [PATCH] Fixed grammatical error Old: "There is a command in order to test if a given key exists or not" New: "There is a command in order to test if a given key exists or not" --- tutorial/01.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/01.markdown b/tutorial/01.markdown index 2be950b..330f9bf 100644 --- a/tutorial/01.markdown +++ b/tutorial/01.markdown @@ -21,7 +21,7 @@ stored at key server:name?" and Redis will reply with "fido": GET server:name => "fido" -There is a command in order to test if a give key exists or not: +There is a command in order to test if a given key exists or not:

     EXISTS server:name => 1