기타6 [redis]레디스(RDM - GUI for Redis) [RDM] https://apps.apple.com/app/redisdesktopmanager/id1475905948 RDM - GUI for Redis ® RDM offers you an easy-to-use GUI to access your Redis ® databases and perform some basic operations: * View keys as a tree * CRUD keys * Analyse memory usage for entire DB or for selected namespace in tree-view (redis-server >= 4.0 is required) * List apps.apple.com [medis] 1-1. GitHub clone https://github.. 2021. 9. 1. IP - 위치정보 https://후이즈검색.한국/kor/openkey/keyCre.do https://ipinfodb.com/ https://www.ip2whois.com/ IP Info, IP Geolocation Tools and API| IPInfoDB Free tools or API for IP address geolocation lookup, which enable you to track the visitor's location and ip information in real-time. Supported both IPv4 and IPv6 ipinfodb.com 2021. 8. 25. CentOS에서 CRONTAB 설치하기 1. 설치 yum -y install cronie 2. 실행 service crond start 3. 재시작 자동 실행 /sbin/chkconfig --levels 235 crond on 4. 실행 확인 cat /var/log/cron 2020. 3. 17. [mysql]이벤트 스케줄러 설정 1. 상태확인 SHOW VARIABLES LIKE 'event%'; 2. 스케줄 on/off SET GLOBAL event_scheduler = ON; 3. 이벤트 쿼리 확인 SELECT * FROM information_schema.`EVENTS` 4. 작성 DELIMITER $$ CREATE EVENT [이벤트명] ON SCHEDULE EVERY 1 HOUR ENABLE COMMENT [설명] DO BEGIN [실행쿼리] END$$ DELIMITER ; 2020. 3. 3. 이전 1 2 다음