8000 link keys and strings · jrtkcoder/phpredis@968d3fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 968d3fd

Browse files
author
Tit Petric
committed
link keys and strings
1 parent b990228 commit 968d3fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can send comments, patches, questions [here on github](https://github.com/ni
1717
* [Usage](#usage)
1818
* [Connection](#connection)
1919
* [Server](#server)
20-
* Keys and strings
20+
* [Keys and strings](#keys-and-strings)
2121
* [Hashes](#hashes)
2222
* [Lists](#lists)
2323
* [Sets](#sets)
@@ -917,10 +917,12 @@ $redis->append('key', 'value2'); /* 12 */
917917
$redis->get('key'); /* 'value1value2' */
918918
~~~
919919

920-
### getRange (substr also supported but deprecated in redis)
920+
### getRange
921921
-----
922922
_**Description**_: Return a substring of a larger string
923923

924+
*Note*: substr also supported but deprecated in redis.
925+
924926
##### *Parameters*
925927
*key*
926928
*start*

0 commit comments

Comments
 (0)
0