Discord-InterChat / InterChat

A powerful Discord bot for easy and real-time chatting across multiple Discord servers.
https://interchat.fun
GNU Affero General Public License v3.0
18 stars 3 forks source link

feat(cache): replace `cacheClient` with `getRedis()` #153

Closed dev-737 closed 1 month ago

dev-737 commented 1 month ago

This commit replaces the use of the cacheClient module with the getRedis module, which provides a direct Redis client. This change was made to improve the maintainability and flexibility of the caching functionality in the application.

The key changes are:

These changes will help to centralize the Redis client usage and make it easier to maintain and update the caching functionality in the future.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud