Description Usage Arguments Value
A function that checks to see if the redis connection exists, if not then a new connection is set up on the supplied db input value (Default = 1).
1  | redis_con(db = 1)
 | 
db | 
 An integer value that defines which DB should be accessed in redis.  | 
Nothing. A redis connection is established which
is accessible through the rredis:: set of commands.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.