Description Usage Arguments Value
Get Configuration Data from Redis Cache
1 | redis_getConfig(key, auto_load)
|
key |
character string, key to identify config data in Redis cache |
auto_load |
character string, file path of config file to be loaded
automatically, if cached config is |
an object deparsed from JSON string that is stored in Redis cache
with key key.
The return value has two attributes
idthe unique identifier of the config data
keythe Redis cache key
If key is not found, NULL is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.