2025-05-13 17:49:49 +08:00
|
|
|
/*
|
|
|
|
* @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
|
|
|
|
* @Date: 2024-09-03 16:34:40
|
|
|
|
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
|
|
|
|
* @LastEditTime: 2024-09-06 15:40:42
|
|
|
|
* @FilePath: /_EMS_C_V1.0.0/bsp/bsp_redis.h
|
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
*/
|
|
|
|
/*****************************************************************************
|
2025-05-24 17:16:28 +08:00
|
|
|
* @copyright Copyright (c) 2025-2055 Gary. All rights reserved.
|
2025-05-13 17:49:49 +08:00
|
|
|
* @file bsp_redis.h
|
|
|
|
* @brief xx功能
|
|
|
|
* @author Gary
|
|
|
|
* @date 2024-09-03
|
|
|
|
* @remark
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#ifndef BSP_REDIS_H
|
|
|
|
#define BSP_REDIS_H
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include <math.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
// #include <hiredis/hiredis.h>
|
|
|
|
#include "bsp_comm.h"
|
|
|
|
#include "bsp_shm.h"
|
|
|
|
|
|
|
|
#endif // BSP_REDIS_H
|