nestjs-redis

Redis module for Nest framework (node.js). Support node-redis & ioredis.

MIT License

Downloads
316.3K
Stars
384
Committers
3

Bot releases are hidden (Show)

nestjs-redis - v3.0.0-next.1

Published by liaoliaots over 3 years ago

What's Changed

Maintenance

  • remove node engines
nestjs-redis - v3.0.0-next.0

Published by liaoliaots over 3 years ago

What's Changed

BREAKING CHANGES

  • drop support for NestJS 7 - For NestJS 7 please use @liaoliaots/nestjs-redis 2.x

Documentation

  • update install
  • other updates

Maintenance

  • add engines field
nestjs-redis - v2.1.0

Published by liaoliaots over 3 years ago

What's Changed

New

  • add packages check for redis, cluster

Documentation

  • update examples
  • other updates

Dependency Updates

  • bump @types/node from 15.12.5 to 16.0.0
  • bump eslint from 7.29.0 to 7.30.0
  • bump husky from 6.0.0 to 7.0.0
  • bump typescript from 4.3.4 to 4.3.5
nestjs-redis - v2.0.1

Published by liaoliaots over 3 years ago

What's Changed

New

  • add extra ping fot cluster health check

Documentation

  • add keywords
  • add cluster examples
  • fix typo
nestjs-redis - v2.0.0

Published by liaoliaots over 3 years ago

What's Changed

BREAKING CHANGES

cluster

  • the startupNodes option was renamed to nodes
  • the clusterOptions option was renamed to options
  • the ClusterPingCheckOptions option was renamed to ClusterHealthCheckOptions
  • the pingCheck method of health check was renamed to isHealthy
  • remove timeout option from ClusterHealthCheckOptions
  • the InjectClusterClient decorator was renamed to InjectCluster

redis

  • the RedisPingCheckOptions option was renamed to RedisHealthCheckOptions
  • the pingCheck method of health check was renamed to isHealthy
  • remove timeout option from RedisHealthCheckOptions
  • the InjectRedisClient decorator was renamed to InjectRedis

Documentation

  • complete redis and cluster
  • add examples
  • update test coverage
  • update badge

Dependency Updates

  • bump @types/node from 15.12.4 to 15.12.5
  • bump prettier from 2.3.1 to 2.3.2
  • bump jest from 27.0.5 to 27.0.6
  • bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1
  • bump @typescript-eslint/parser from 4.28.0 to 4.28.1
nestjs-redis - v1.3.0

Published by liaoliaots over 3 years ago

What's Changed

New

Documentation

  • Update test coverage badges
  • Update dependency graph
nestjs-redis - v1.2.0

Published by liaoliaots over 3 years ago

🎉🎉🎉 First release