Cachist
v1.0 is now live — 10k monthly credits included

The Cache Layer
with Advanced Search

Sub-millisecond latency combined with powerful Regex and JSON DSL search. The ultimate distributed cache layer with advanced querying capabilities.

Get Started for Free

Search your cache
like a database

Stop iterating over all your Redis keys. Use Regex search for labels and aliases, or use our Query DSL to find entries by their JSON internal values.

  • Sub-millisecond read performance
  • Persistent storage for all cached items
  • Advanced Regex lookup for keys & aliases
  • Query JSON values directly in your cache
# Find all user-related keys
curl -X GET "https://api.cachist.com/cache/search?regex=user:.*" \
  -H "x-api-key: your_key"

# Result: ["user:123", "user:456", ...]

Simple, transparent pricing

Skip the monthly subscriptions. Only pay for the infrastructure and consumption you actually use.

Infrastructure Fee
Keep only the API keys you need active.
$1/ key / mo

Billed Pro-rata

Stop a key at any time to stop being charged. No upfront commitment required.

Usage Based
Credit Usage
Scale from zero to millions of requests with ease.
$0.01/ 10k credits

10k CreditsFree Allowance / mo

Operation Costs (Credits)

  • GET (Read)1
  • SET (Text)2
  • SET (JSON/100KB)5
  • EXISTS0.5
  • REGEX SRCH10
  • JSON SRCH25
  • DELETE0.25

Frequent Questions