We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592f240 commit f0f1a26Copy full SHA for f0f1a26
1 file changed
README.md
@@ -21,6 +21,21 @@ It enables you to set and query its data or use its PubSub topics to react to in
21
* **Good test coverage** -
22
Comes with an automated tests suite and is regularly tested against versions as old as Redis v2.6+
23
24
+**Table of Contents**
25
+
26
+* [Quickstart example](#quickstart-example)
27
+* [Usage](#usage)
28
+ * [Factory](#factory)
29
+ * [createClient()](#createclient)
30
+ * [Client](#client)
31
+ * [Commands](#commands)
32
+ * [Processing](#processing)
33
+ * [on()](#on)
34
+ * [close()](#close)
35
+ * [end()](#end)
36
+* [Install](#install)
37
+* [License](#license)
38
39
## Quickstart example
40
41
Once [installed](#install), you can use the following code to connect to your
0 commit comments