Skip to main content

15 docs tagged with "cache"

View all tags

Dragonfly Cache

Dragonfly: A modern in-memory datastore fully compatible with Redis and Memcached.

LRU Cache

The Least Recently Used (LRU) Cache operates on the principle that the data most recently accessed is likely to be accessed again in the near future. By evicting the least recently accessed items first, LRU Cache ensures that the most relevant data remains available in the cache.

Memcached

Memcached: A high-performance, distributed memory object caching system.

Pika

Pika: An open-source, large-capacity, and persistent Redis-compatible storage service developed by Qihoo 360.

Redis Commands: A Deep Dive

A comprehensive overview of Redis commands, with a focus on cluster management, performance optimization, client management, and data deletion. Includes warnings and best practices.

Redis Shake

Redis Shake is a powerful and versatile tool for migrating and replicating data between Redis instances. It's designed for minimal downtime and ensures data consistency during the process. It supports various Redis versions and configurations, making it a suitable solution for diverse use cases.

TiKV

TiKV: A Distributed Key-Value Database for Caching and Storage