think-cache-redis
Cache system
A Redis-based cache system for ThinkJS applications.
Redis adapter for cache for ThinkJS 3.x
5 stars
10 watching
4 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
cacheredisthink-adapterthinkjs3
Related projects:
Repository | Description | Stars |
---|---|---|
thinkjs/think-cache | A caching solution designed to improve the performance of ThinkJS 3.x applications by reducing the number of requests made to external resources. | 2 |
thinkjs/think-redis | A JavaScript library providing an interface to Redis for storing and retrieving data in memory-based databases. | 9 |
thinkjs/think-cache-file | A caching solution using files to store data temporarily | 1 |
thinkjs/think-session-redis | A module that enables session storage using Redis with the ThinkJS web framework. | 2 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
mybatis/redis-cache | An extension for MyBatis that integrates Redis as a caching mechanism | 411 |
thinkjs/think-memcache | A JavaScript library for interacting with Memcache, providing methods for setting, getting, deleting and manipulating cached values. | 2 |
koajs/koa-redis | A Redis-based session store and cache for Node.js web applications. | 353 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
thinkjs/think-fetch | Provides a unified HTTP(S) client for ThinkJS 3.x applications | 10 |
colinmollenhour/cm_cache_backend_redis | A Redis-based caching system for PHP applications. | 387 |
linyiqun/redis-code | The implementation of a high-performance in-memory key-value store and distributed caching system with advanced features like transactions, replication, and data compression. | 560 |
thinkjs/think-model-sqlite | An adapter for integrating a relational database with the ThinkJS framework using SQLite as the underlying storage | 1 |
spiritix/lada-cache | Automated cache layer for Laravel applications using Redis | 537 |
thinkjs/think-logic | Provides a middleware component for logic execution in ThinkJS 3.x applications | 2 |