# Redis > Wiki for Redis (OSS 8.x): data types, key expiration/eviction, pub/sub, transactions, scripting & Functions, the RESP protocol, client-side caching, redis-cli, persistence (RDB/AOF), and operations (replication, Sentinel, Cluster, ACL). > Covers: Redis (OSS) 8.x: all core data types (strings/bitmaps/bitfields, lists, hashes, sets, sorted sets, streams, HyperLogLog, geospatial, JSON), key management and expiration/eviction policies, pub/sub, transactions (MULTI/EXEC/WATCH), programmability (Lua scripting + Functions), the RESP protocol, client-side caching, the redis-cli, persistence (RDB/AOF), and operations (replication, Sentinel, Cluster, ACL). > Not covered: The exhaustive per-command reference, Redis Cloud/Enterprise, Redis Stack modules beyond JSON (Search/Query, Time Series), and client-library specifics — use redis.io. Current GA Redis 8.8; freshness = source fetch date below. > Current as of: 2026-06-25 (8.8) - [LLM Wiki](/raw/redis/README.md) - [Redis KB — Master Index](/raw/redis/wiki/index.md) - [Redis Data Types Overview](/raw/redis/wiki/concepts/data-types-overview.md) - [Redis Hashes](/raw/redis/wiki/concepts/hashes.md) - [High Availability and Scaling](/raw/redis/wiki/concepts/high-availability-and-scaling.md) - [Redis JSON](/raw/redis/wiki/concepts/json.md) - [Keys, Expiration, and Eviction](/raw/redis/wiki/concepts/keys-expiration-eviction.md) - [Redis Lists](/raw/redis/wiki/concepts/lists.md) - [Persistence (RDB and AOF)](/raw/redis/wiki/concepts/persistence.md) - [HyperLogLog and Geospatial Indexes](/raw/redis/wiki/concepts/probabilistic-and-geospatial.md) - [Redis Pub/Sub](/raw/redis/wiki/concepts/pubsub.md) - [Scripting and Functions](/raw/redis/wiki/concepts/scripting-and-functions.md) - [Redis Sets and Sorted Sets](/raw/redis/wiki/concepts/sets-and-sorted-sets.md) - [Redis Streams](/raw/redis/wiki/concepts/streams.md) - [Redis Strings, Bitmaps, and Bitfields](/raw/redis/wiki/concepts/strings.md) - [Redis Transactions](/raw/redis/wiki/concepts/transactions.md) - [redis-cli](/raw/redis/wiki/entities/redis-cli.md) - [Activity Log](/raw/redis/wiki/log.md) - [Reference Catalog](/raw/redis/wiki/summaries/reference-catalog.md) - [Data Types and Caching Patterns](/raw/redis/wiki/syntheses/data-types-and-caching-patterns.md)