Best way to cache RESTful API results of GET calls

后端 未结 5 1746
我在风中等你
我在风中等你 2020-12-24 02:34

I\'m thinking about the best way to create a cache layer in front or as first layer for GET requests to my RESTful API (written in Ruby).

Not every request can be ca

5条回答
  •  时光说笑
    2020-12-24 03:21

    Redis Cache is best option. check here.

    It is open source. Advanced key-value cache and store.

提交回复
热议问题