Categorygithub.com/edu3dw4rd/redis
modulepackage
1.0.2
Repository: https://github.com/edu3dw4rd/redis.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
RedisDel is function to send a data array from redis database Return array data and error redis.
RedisGet gets data with key from redisDB.
RedisHGet gets data with Redis Command HGET based on given key and field.
RedisHSet sets data with Redis Command HSET based on given key, field, and value.
RedisIncr increment data by one with Redis Command INCR based on give key.
RedisIncrby increment data with Redis Command INCRBY based on given key and value.
RedisSet sets/enter data into redis DB.