Tag: redis

Redis Transaction

Redis Transaction is a feature of Redis that allows multiple commands to be executed as a single atomic operation. It ensures that all commands in the transaction are either all executed or none are executed, thus providing data integrity and consistency.

데이터베이스 - 4부 : No SQL

앞에서 언급한 RDBMS 의 `ACID` 모델과는 반대로 NoSQL의 consistency 모델은 `BASE` 라고 표현한다.