Skip to content

Releases: GryfOSS/rapid-cache-client

First release

22 Aug 06:42

Choose a tag to compare

A high-performance Redis-based caching library for PHP that provides advanced caching features including tagging, queues, sets, and sorted sets. The library implements the CacheServiceInterface standard for caching services and offers a fast Redis implementation through RapidCacheClient.

Features

Basic Cache Operations: Get, set, delete, and clear cache entries
TTL Support: Configurable time-to-live for cache entries
Tagging System: Group cache entries by tags for bulk operations
Queue Operations: FIFO queue support with enqueue/dequeue operations
Set Operations: Redis set operations for unique collections
Sorted Sets: Ordered collections with scoring
Atomic Operations: Increment/decrement numeric values
Prefix Support: Namespace your cache keys
Auto-reconnection: Handles Redis connection drops gracefully