• Laravel Redis Key-Value Store

    หลังจากที่เราลองได้ติดตั้ง Redis และ Redis GUI กันไปแล้ว เราจะมาใช้งาน Redis บน Laravel ในการเก็บข้อมูล OTP กัน ซึ่งถ้าหากไม่คิดอะไรมากเราอาจจะเก็บมันแบบ Session แต่ถ้าหากอยากใช้ Redis เพื่อการเก็บข้อมูลจากการ Query Database […]

    Read More

  • Install Redis GUI on Windows 10

    หลังจากที่เราได้ลองติดตั้ง Redis บน Windows Subsystem for Linux กันไปแล้ว เราจะมาลองติดตั้ง Redis GUI เพื่อใช้ในการ Monitor ด้วย RDBTools แบบ Real-Time และสามารถทำการ Manage ได้หลาย […]

    Read More

  • Install Redis on Windows Subsystem for Linux

    Redis เป็น Open Source ที่ใช้ในการเก็บข้อมูลแบบ In-Memory Data Structure Store ใช้เก็บข้อมูลเชิงโครงสร้าง เช่น String, Hash, List, Set, Sort Set ในลักษณะของ Database, Cache […]

    Read More