Categorygithub.com/linolabx/lino_redis
modulepackage
0.0.6
Repository: https://github.com/linolabx/lino_redis.git
Documentation: pkg.go.dev

# README

Lino Redis

High level Redis wrapper for Go.

Architecture

LinoRedis
    -> Fork(subPath) -> LinoRedis
    -> Get(subPath)
    -> Set(subPath, value)
    -> AnyCommand(subPath, ...)
    -> NewRedisItem(subPath) -> RedisItem
    -> NewAnyComplexType(subPath) -> AnyComplexType

RedisItem
    -> Get()
    -> Set(value)
    -> AnyCommand(...)

Develop

start redis

docker run --name lino_redis-test --rm -p 6379:6379 redis

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author