Documentation ¶
Overview ¶
* @Author: Matheus Leal * @Date: 2022-07-01 22:54:39 * @Last Modified by: Matheus Leal * @Last Modified time: 2022-07-03 14:26:13
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendData ¶
*
- Append a data for a existent key at a Redis server. *
- @param address string Redis server address
- password string Redis server password
- key string Redis server key
- value string Redis server key value
- @return error A Redis server error
func GetData ¶
*
- Get a data from a Redis server. *
- @param address string Redis server address
- password string Redis server password
- key string Redis server key
- @return string A Redis server key value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.