releases.shpreview
Redis

Redis

redis.ioDatabase
$npx @buildinternet/releases get redis

Redis 8.10 support; default configs changed; WaitAOF return type corrected

BreakingpreThis release15 featuresNew capabilities5 enhancementsImprovements to existing features20 fixesBug fixesAI-tallied from the release notes
go-redis · v9.22.0-beta.1

Three breaking changes: default read/write timeouts and retry backoff changed to cross-SDK-standard values, WaitAOF now returns *IntSliceCmd, and PubSub.Receive hang on short subscribe confirmations is fixed. Adds Redis 8.10 support with HIMPORT, LMOVEM/BLMOVEM, new time-series and search commands, plus a systematic data-race and parser-hardening sweep.

Read more →

Async maintenance parity; LMOVEM, SDIFFCARD, TS.NRANGE, and more

This release11 featuresNew capabilities9 fixesBug fixesAI-tallied from the release notes
redis-py · v8.1.0

Async Redis clients now support server-pushed maintenance notifications, matching the sync client. New commands include LMOVEM/BLMOVEM for lists, SDIFFCARD/SUNIONCARD for sets, MAXCOUNT/MAXSIZE for XREAD/XREADGROUP, and multiple Timeseries and Search additions. Bug fixes address Sentinel pool capacity loss, RESP3 hiredis connection detection, and geo lat/lon swap.

Read more →

Time-series and search commands expand; zero-valued args no longer dropped

preThis release19 featuresNew capabilities17 fixesBug fixesAI-tallied from the release notes
node-redis · redis@6.2.0-beta.0

New time-series commands (TS.NRANGE, TS.NREVRANGE, TS.READ, TS.QUERYLABELS, EXCLUDEEMPTY, multi-aggregator), RediSearch additions (FT.ALIASLIST, COLLECT reducer, HNSW RERANK, timeout warnings, stemmer languages), and core client commands (SUNIONCARD, SDIFFCARD, LMOVEM, BLMOVEM, ZREVRANK WITHSCORE, COMMAND DOCS, XREAD MAXCOUNT/MAXSIZE). A large batch of fixes ensures zero-valued optional arguments (LIMIT 0, DB 0, SAMPLES 0, etc.) are no longer dropped from the wire, plus cluster and sentinel connection-lifecycle fixes. The HIMPORT command family is experimental.

Read more →

Compact hashes slash memory; HIMPORT, BACKUP commands ship

This release12 featuresNew capabilities2 enhancementsImprovements to existing features11 fixesBug fixesAI-tallied from the release notes
redis · v8.10.0

Compact hashes store field names once per schema, reducing memory for keys sharing a schema. Adds HIMPORT for high-throughput bulk insertion, BACKUP for node-side backup/restore, TLS peer certificate authentication, list move commands (LMOVEM, BLMOVEM), and cardinality commands (SUNIONCARD, SDIFFCARD). Stream fixes include a blocked-listener bug after SORT…STORE and a defragmentation division-by-zero fix.

Read more →

Redis 8.8 Arrays: create, browse, search, edit end-to-end

This release3 featuresNew capabilities5 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
RedisInsight · v3.8.0

Full support for the new Array data type in Redis 8.8 — create, browse, search, aggregate, and edit elements from Redis Insight. Also a What's New popup, IPv4/IPv6 connection choice, and editing host and port for existing connections.

Read more →