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 47fc0ff commit 64ba424Copy full SHA for 64ba424
README
@@ -0,0 +1,14 @@
1
+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:
6
+ $redis = new Redis();
7
+ $redis->con <press Tab or press Ctrl+Space>
8
9
+h3. Warning:
10
+Do not forget to declare a variable type $ redis
11
+ /**
12
+ * @ Var Redis
13
+ */
14
+ public $redis = null;
0 commit comments