Skip to content

Implementation of key value store using redis and mysql/memcached

Notifications You must be signed in to change notification settings

pramodpatil812/keyvaluestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyvaluestore

Implementation of key value store using redis and mysql/memcached

Prerequisites to run

You should have composer installed.
You should have a web server running - apache or nginx.
You should have running instance of redis, mysql and memcached server.

Steps to run

  1. Clone the repository using git clone
  2. Go to root and run composer install. This will download the dependencies in vendor folder.
  3. Change the configuration in web/play.php and web/playwithmysql.php. Slave configuration can also be provided in playwithmysql.php
  4. To test with redis run web/play.php
  5. To test with mysql run web/playwithmysql.php

About

Implementation of key value store using redis and mysql/memcached

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages