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 c71e40f commit 7cdb9ebCopy full SHA for 7cdb9eb
README.markdown
@@ -2,12 +2,12 @@ You need to add the path to a class of global include path.
2
3
After that, your IDE, when you declare a class Redis will display a hint which methods of this object can be used.
4
5
-h3. For example:
+### For example:
6
7
$redis = new Redis();
8
$redis->con <press Tab or press Ctrl+Space>
9
10
-h3. Warning:
+### Warning:
11
12
Do not forget to declare a variable type $ redis
13
@@ -16,4 +16,4 @@ Do not forget to declare a variable type $ redis
16
*/
17
public $redis = null;
18
19
-!([]./phpredis.png "Example use")
+
0 commit comments