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.

Text vs JSON
Storage Modes

T

Raw Text Caching

Store plain snippets, HTML, or raw strings. Optimized for ultra-fast Regex keyspace searches to find labels and aliases instantly. (Search inside raw text is not supported).

R

Bulk Regex Delete

Instantly remove thousands of records by matching patterns in Keys or Aliases. Perfect for session invalidation or localized cache purging.

{ }

JSON Structured Data

Setting a valid JSON object enables automatic indexing of its fields. Query your cache like a database using Compound DSL Queries ($eq, $gte, $regex) directly on the values.

  • Sub-millisecond performance
  • Persistent storage mode
  • Advanced Regex lookup
  • Complex JSON field querying
GEThttps://api.cachist.com/cache/search?regex=user:.*
# Result (Keys & 1000+ Aliases)
["user:123", "session:admin", "app:prod"]
DELETE.../cache/search?regex=temp:.*
# Destructive: Purge namespaces instantly

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

Need help?

Our team is ready to assist you. If you have any questions or issues, please visit our support page.

Go to Support Page