Tag

check-in

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
May 14, 2021 · Backend Development

Implementing User Check-in Feature: MySQL vs Redis Bitmap Solutions

This article explains how to implement a user check‑in feature using two approaches—direct MySQL storage and Redis bitmap—detailing database schema, sign‑in logic, code examples, and a comparison of their advantages and disadvantages for backend development.

MySQLRedisYii
0 likes · 6 min read
Implementing User Check-in Feature: MySQL vs Redis Bitmap Solutions
Laravel Tech Community
Laravel Tech Community
Nov 10, 2020 · Backend Development

Implementing User Check‑In Feature: MySQL vs Redis Bitmap Approaches

This article examines common techniques for implementing a user check‑in function in web and mobile applications, comparing a straightforward MySQL table solution with a Redis bitmap approach, detailing the data structures, code examples, workflow, and the advantages and disadvantages of each method.

MySQLRedisbackend development
0 likes · 6 min read
Implementing User Check‑In Feature: MySQL vs Redis Bitmap Approaches