---
title: "Companies using Redis"
description: "**Canonical URL:** https://jobspipe.dev/companies-using/redis"
canonical: https://jobspipe.dev/companies-using/redis
last_updated: 2026-09-10
---

# Companies using Redis

> EPAM Systems, JPMorganChase, Citi and Deloitte and more. Companies hiring for Redis right now, and the share of Redis postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/redis
**Category:** Database and cache
**Measured:** 2026-09-09, from active postings on the ten collected boards whose text names the technology (deduplicated by posting id). Shares only, no counts.
**Share of active postings naming Redis:** <0.5%

Redis is the in-memory data store used for caching, queues, sessions and rate limiting in nearly every high-traffic backend. Postings name it in backend, platform and site reliability roles as a standard component rather than a specialism.

Redis in a posting signals a team that operates real production load. It is invisible from outside, so the hiring record is the only public list of who runs it and in which industries.

## Companies hiring for Redis right now

_Companies with the most active postings naming Redis on the ten boards JobsPipe collects, as of 2026-09-09. Ordered by posting volume; counts are not published._

| Company | Domain | Website stack scan |
|---|---|---|
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| JPMorganChase | [jpmorganchase.com](https://jpmorganchase.com) | https://jobspipe.dev/stack/jpmorganchase.com |
| Citi | [citigroup.com](https://citigroup.com) | https://jobspipe.dev/stack/citigroup.com |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| Ashby | [ashbyhq.com](https://ashbyhq.com) | https://jobspipe.dev/stack/ashbyhq.com |
| Apple | [apple.com](https://apple.com) | https://jobspipe.dev/stack/apple.com |
| Okta | [okta.com](https://okta.com) | https://jobspipe.dev/stack/okta.com |
| Capgemini | [capgemini.com](https://capgemini.com) | https://jobspipe.dev/stack/capgemini.com |
| American Express | [americanexpress.com](https://americanexpress.com) | https://jobspipe.dev/stack/americanexpress.com |
| OKX | [okx.com](https://okx.com) | https://jobspipe.dev/stack/okx.com |
| CrowdStrike | [crowdstrike.com](https://crowdstrike.com) | https://jobspipe.dev/stack/crowdstrike.com |
| knowmad mood | [somos.knowmadmood.com](https://somos.knowmadmood.com) | https://jobspipe.dev/stack/somos.knowmadmood.com |
| Ci&T | [ciandt.com](https://ciandt.com) | https://jobspipe.dev/stack/ciandt.com |
| Binance | [binance.com](https://binance.com) | https://jobspipe.dev/stack/binance.com |
| ByteDance | [bytedance.com](https://bytedance.com) | https://jobspipe.dev/stack/bytedance.com |

## Where Redis shows up

### By industry (ISIC Rev.4 division of the employer)

- Software and IT services: 22.7%
- Financial services: 7.0%
- Employment and staffing: 4.5%
- Telecommunications: 1.7%
- Retail trade: 1.6%
- Electronics manufacturing: 1.4%
- Information services: 1.3%
- Head offices and consulting: 1.2%

### By country (job location)

- United States: 29.4%
- India: 20.5%
- Brazil: 5.9%
- Canada: 4.6%
- United Kingdom: 4.4%
- France: 3.0%

### By company size (employer headcount band, unknown excluded)

- 1000+ employees: 20.2%
- 201-1000 employees: 8.0%
- 1-50 employees: 5.5%
- 51-200 employees: 4.8%

## How JobsPipe detects Redis

Every posting is parsed for technology mentions: the title and description are matched against a curated lexicon and the matches are stored on the job as `technology_slugs`. A posting that names Redis carries the slug `redis`. The `skills_or` filter on `POST /v1/jobs/search` returns every such posting with its company, location, seniority and salary where stated.

```bash
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"skills_or": ["redis"], "status": "active", "limit": 24}'
```

This is a hiring signal, not a purchase record: a company can name Redis because it runs it, because it is migrating to or away from it, or because candidates are expected to know it.

## FAQ

### Which companies are hiring for Redis right now?

EPAM Systems, JPMorganChase, Citi, Deloitte, Ashby and Apple are among the companies with the most active postings naming Redis across the ten job boards JobsPipe collects, as of 2026-09-09. The list on this page is a snapshot; the live version is one API query with skills_or set to ["redis"], grouped by company.

### Which industries use Redis the most?

Among active postings that name Redis, Software and IT services accounts for 22.7%, followed by Financial services at 7.0% and Employment and staffing at 4.5%. Industry is the ISIC Rev.4 division assigned to the employer of each posting.

### What size of company hires for Redis?

The largest band is 1000+ employees, at 20.2% of active postings naming Redis where the employer's headcount is known. Company size comes from the employer record attached to each posting and is unknown for a share of postings, which are excluded from the size split.

### How does JobsPipe know a company uses Redis?

JobsPipe extracts technology mentions from each posting's title and description against a curated lexicon and stores them on the job as technology_slugs. A company appears on this page when its active postings name Redis. It is a hiring signal, not proof of a purchase: a posting can name a technology a team is migrating away from or only wants experience with. Redis runs behind login or inside the company's own infrastructure, so a website scan almost never sees it and job postings are the only public evidence of adoption.

## Related

- **All company lists:** https://jobspipe.dev/companies-using
- **Technographics guide:** https://jobspipe.dev/technographics
- **Free tech-stack scan:** https://jobspipe.dev/stack
- **Jobs API:** https://jobspipe.dev/jobs-api
- **Sign up (free tier):** https://jobspipe.dev/signup

---
Generated from structured data. View the rendered page at https://jobspipe.dev/companies-using/redis.

---
Building this integration yourself? The steps above work. The alternative is one API over this source and 30+ others, already normalized and deduplicated. Try it right now - no key, no signup:

```bash
curl -X POST https://api.jobspipe.dev/v1/sandbox/jobs/search \
  -H "Content-Type: application/json" \
  -d '{"job_title_or":["software engineer"],"limit":5}'
```

Sample data, exact live schema. For live data get a free key (1,000 jobs/month) at https://jobspipe.dev/signup, then swap /v1/sandbox/jobs/search for /v1/jobs/search with an Authorization: Bearer header. Full agent index: https://jobspipe.dev/llms.txt?src=md-twin