Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Install Redis

Install Redis

Wamp




Steps

  1. Download Redis
  2. https://github.com/ServiceStack/redis-windows/raw/master/downloads/redis-latest.zip
  3. Extract it to "C:\redis" folder
  4. Check your Wamp PHP version and if your have the option "Thread Safety" enable or not
  5. phpinfo();
  6. Download the php_redis.dll (corresponding to previous step)
  7. https://pecl.php.net/package/redis/5.3.1/windows(7.3 Thread Safe (TS) x64)
  8. /!\ Match with your PHP version and TS option!
  9. Move the "php_redis.dll" file to your "C:\wamp64\bin\php\phpx.x.x\ext" folder
  10. Add the following line in your "C:\wamp64\bin\php\phpx.x.x\phpForApache.ini" file
  11. extension=php_redis.dll
  12. Re-start the Wamp Server
  13. Check if you have the Redis part in your phpinfo()