Description:
Connect to the Redis database.
Syntax:
redis_open(url)
Note:
The external library function (See External Library Guide) connects to the Redis database according to the Redis server’s URL.
Parameter:
url |
A Redis server’s URL |
Return value:
A cursor
Example:
|
A |
|
1 |
=redis_open("127.0.0.1:6379") |
|