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
- Host: GitHub
- URL: https://github.com/fadilxcoder/redis
- Owner: fadilxcoder
- Created: 2021-06-01T18:23:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T17:26:13.000Z (over 3 years ago)
- Last Synced: 2025-07-21T18:03:35.048Z (9 months ago)
- Topics: cache, memcached, notes, php, poc, redis
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**