•  
      request #11654 Use Redis as a better cache than APR for Tuleap.pm
    Infos
    #11654
    Manuel Vacelet (vaceletm)
    2018-06-27 12:17
    2018-06-21 15:01
    11996
    Details
    Use Redis as a better cache than APR for Tuleap.pm

    APR cache works but it's too brittle to be reliable as it gets flushed

    • when apache server restart
    • when apache request (fork) ends
    • it's not shared across apache requests

    With Redis, the value is stored until expiration.

    SCM/Subversion
    10.1
    Empty
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-06-27
    Attachments
    Empty
    References

    Follow-ups