Giter VIP home page Giter VIP logo

demo's Issues

redis必要性与平台扩容

  • 当我们采用了jwt token作为验证手段后,使得系统扩容成为非常容易的事情
    (在网关后扩展更多服务进程即可)。

  • 然而,因为基于session的应用的存在,比如未做前后端分离的jsp页面,所以需要对基于session的扩容进行实现,方案是,将session内容存储到第三方存储,当扩容后多个服务都对同一的第三方存储完成session的读取。

  • 另外,大量缓存的需要,也使得第三方存储变得越来越重要。

  • spring提供了统一缓存方案,能将缓存与第三方存储联系起来。接下来我将研究cache的使用。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.