jsumners / abstract-cache-redis

7 stars 4 forks source link

Add Scan and scanStream + modify set to use expiryMode #5

Closed mahendraHegde closed 3 years ago

mahendraHegde commented 3 years ago

closes #4

This PR

  1. Adds scan and scanStream support.
  2. modifies set to use ioredis expiryMode to set ttl in ms, to avoid unnecessary n/w call of setting ttl after setting key.
  3. updates relevant tests
  4. updates readme
mahendraHegde commented 3 years ago

@jsumners plz review, I have added 2 commits

  1. for scan + scanStream
  2. update set to avoid unnecessary n/w call to Redis
mahendraHegde commented 3 years ago

@jsumners @trxcllnt reminder

jsumners commented 3 years ago

Sorry. I haven't had time to get back to this. Please see my README https://github.com/jsumners/jsumners

jsumners commented 3 years ago

Released as v2.0.0