Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Cache latest versions in Redis #35

Open
blakeembrey opened this issue Mar 9, 2016 · 0 comments
Open

Cache latest versions in Redis #35

blakeembrey opened this issue Mar 9, 2016 · 0 comments

Comments

@blakeembrey
Copy link
Member

Most lookups are for the /latest version endpoint - we should cache the results in Redis and invalidate when a new version appears.

hiroppy added a commit to hiroppy/api that referenced this issue Mar 23, 2016
- issue
  typings#35
- add files
  - `src/api/routes/support/redis.ts`
  - `src/worker/jobs/support/redis.ts`
- add libraries
  - `lodash`
  - 'redis'
- define `redisKey`
  - {source}:{name}

acquire package info with precedence from Redis when `version/latest`
hiroppy added a commit to hiroppy/api that referenced this issue Mar 23, 2016
- issue
  typings#35
- add files
  - `src/api/routes/support/redis.ts`
  - `src/worker/jobs/support/redis.ts`
- add libraries
  - `lodash`
  - 'redis'
- define `redisKey`
  - {source}:{name}

acquire package info with precedence from Redis when `version/latest`
hiroppy added a commit to hiroppy/api that referenced this issue Mar 23, 2016
- issue
  typings#35
- add files
  - `src/api/routes/support/redis.ts`
  - `src/worker/jobs/support/redis.ts`
- add libraries
  - `lodash`
  - `redis`
- define `redisKey`
  - {source}:{name}

acquire package info with precedence from Redis when `version/latest`
hiroppy added a commit to hiroppy/api that referenced this issue Mar 23, 2016
- issue
  typings#35
- add files
  - `src/api/routes/support/redis.ts`
  - `src/worker/jobs/support/redis.ts`
- add libraries
  - `lodash`
  - `redis`
- define `redisKey`
  - {source}:{name}

acquire package info with precedence from Redis when `version/latest`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant