An open API service indexing awesome lists of open source software.

https://github.com/fadilxcoder/redis

Redis / Memcache
https://github.com/fadilxcoder/redis

cache memcached notes php poc redis

Last synced: 9 months ago
JSON representation

Redis / Memcache

Awesome Lists containing this project

README

          

# Notes

## Redis

- https://github.com/microsoftarchive/redis/releases (Executable for windows - Redis-x64-3.2.100.msi)
- https://packagist.org/packages/predis/predis (PHP package)
- `composer require predis/predis`
- https://github.com/phpredis/phpredis
- Redis commander GUI
- - `npm install -g redis-commander`
- - `redis-commander`
- - Port : http://127.0.0.1:8081/

## Memcache

- https://pecl.php.net/package/memcache/4.0.5.2/windows (php dll)
- https://github.com/nono303/PHP-memcache-dll (PHP - pecl-memcache Windows binaries)
- https://static.runoob.com/download/memcached-win64-1.4.4-14.zip (.exe windows)
- RUN `CLI - Command Prompt` as Administrator,
- `c:\memcached\memcached.exe -d install`
- `c:\memcached\memcached.exe -d start`
- `c:\memcached\memcached.exe -d stop`
- URL : /memcache-gui.php - **GUI**