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.
- Cache data effectively without data duplication in Redis
- Store data table in memory database
go get -u github.com/kaharman/gosqlredis- Golang struct with Redis tag
- Data that you want to store
- Standard Golang data type
timedata typedatabase/sqldata type
gosqlredis is available under the Apache License, Version 2.0.