blastbao / gosqlredis

Go library that stores data in Redis with SQL-like schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gosqlredis

Go Reference Build

Go library that stores data in Redis with SQL-like schema. The goal of this library is we can store data in Redis with table form.

What is gosqlredis used for

  • Cache data effectively without data duplication in Redis
  • Store data table in memory database

How to use

go get -u github.com/kaharman/gosqlredis

What you need

  1. Golang struct with Redis tag
  2. Data that you want to store

Supported data type

  1. Standard Golang data type
  2. time data type
  3. database/sql data type

License

gosqlredis is available under the Apache License, Version 2.0.

About

Go library that stores data in Redis with SQL-like schema

License:Apache License 2.0


Languages

Language:Go 100.0%