database

How To Use Redis with Golang

How To Use Redis with Golang Utilizing Redis with Golang is easy and can have dramatic affects on the performance of your application. Redis is an open source, in-memory data structure store, used as a database, cache and message broker.

Continue reading

How To Get Results Using Golang with MySQL Database

Golang, via the standard Go-SQL driver package has excellent support for relational databases like MySQL as well as NoSQL databases like MongoDB and Redis. Using the standard Go SQL driver package, you can easily communicate with databases, including MySQL, MongoDB or any of the other databases within the list of drivers.

Continue reading