Skip to content

shivangi-varshney/redismysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

redismysql

This code will connect redis server to mysql database. The data will be fetched from html webpage and the data will be stored in redis cache through mysql database.

Basic Requirements

Operating System: Ubuntu 18.04. Later releases of Ubuntu may also be compatible with these instructions.

Install/configure the following applications:

git config --global user.name "FirstName LastName"
git config --global user.email "my@example.com"

Setup

Get the code and get set up:

git https://github.com/Vikas14Web/c51_sym.git
cd c51_sym

# Run 
docker-compose up -d

To bash into the main docker

docker-compose exec app bash

Running Tests

You may now run those scripts by using composer csfix, composer cscheck and composer phpstan!

csfix: this script will try to fix as many errors as possible
cscheck: this script will checks potential errors in your code
composer phpstan: PHPStan focuses on finding errors in your code without actually running it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages