Every Clustron Zaris primitive as a small, focused .NET project you can clone and run. Read what each one shows, then open its source on GitHub.
The core Client SDK programming model — connect to a store, put and get values, and the option types you will use everywhere.
High-performance PutMany / GetMany that collapse many keys into one round trip per owner.
Optimistic concurrency control — update a value only if it has not changed, no locks required.
Query data with the Search APIs — entities, labels, filtering, sorting and projection.
Time-bound ownership of keys with expiry and revoke — the basis for safe coordination.
Elect a single leader across instances using leases and watches; a survivor takes over on failure.
A distributed, fault-tolerant job queue assembled from Zaris primitives.
Use Zaris as an ASP.NET Core IDistributedCache provider — drop-in distributed caching.
Add the SDK, clone a sample, and press run — then adapt it to your app.