Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 817 Bytes

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