command
Version:
v0.0.0-...-cfd8285
Opens a new window with list of versions in this module.
Published: May 3, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Setup for ch.5.6
for Redis
-
Step 1) Install and run Redis
-
Step 2) Launch the Redis server matching the DB constants.
DB_PORT = "9191"
DB_URL = "127.0.0.1"
-
Step 3) Run go get
to download and install the remote packages.
-
Step 4) Execute the program with go run main.go
Documentation
¶
Example code for Chapter 5.6 from "Build Web Application with Golang"
Purpose: Shows you have to perform basic CRUD operations for a redis driver.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.