README ¶ Redis Example This GoFr example demonstrates the use of Redis as datasource through a simple HTTP server. To run the example follow the steps below: Run the docker image of Redis docker run --name gofr-redis -p 2002:6379 -d redis:7.0.5 Now run the example go run main.go Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.