• Latest Articles
  • Article Archive
  • About Us
Other Links
Copyright © 2024 Surfin Cloud Inc.
All rights reserved.

Articles under the 'persistence' tag

Redis Persistence Explained

Redis is a high-performance key-value database that is widely used in projects, and every developer should master this skill. In today’s article, we’ll introduce Redis persistence in detail. As we all know, Redis is memory-based and reads and writes data from and to memory, but the data does not dis ... More >>
2022-03-06 Redis / RDB / AOF / persistence

Three Invocation Patterns for Distributed Services

PrefaceRecently, we are doing a permission control function, one of the services is to freeze the user, the specific business logic is not necessarily appropriate to elaborate, so we will use the “elephant in the freezer” to abstract instead. The process is as follows: 1231. Open the refrigerator do ... More >>
2022-02-28 Redis / RDB / AOF / persistence
1