Intelli-Telemetry / api

Intelli Telemetry Api
https://api.intellitelemetry.live/
GNU Affero General Public License v3.0
9 stars 1 forks source link

Remove Redis Dependency #176

Closed GPeaky closed 4 months ago

GPeaky commented 4 months ago

For this application there will only be 1 instance and you want to achieve the maximum possible performance and for this it is better to use a cache implemented in the server than in redis. The cache is volatile, everything is copies of the real database. And you need to take advantage of the maximum performance. We don't have the resources