Infinispan is an open-source in-memory data grid that offers flexible deployment options and robust capabilities for storing, managing, and processing data. Infinispan provides a key/value data store that can hold all types of data, from Java objects to plain text. Infinispan distributes your data across elastically scalable clusters to guarantee high availability and fault tolerance, whether you use Infinispan as a volatile cache or a persistent data store.
Ready to start using Infinispan?
Get Started NowAccess data across multiple protocols and programming languages.
Ensure data is always available to meet demanding workloads.
Guarantee that data is always valid and consistent.
Process data in real-time without burdening resources.
Perform simple, accurate, and fast searches across distributed data sets.
Infinispan turbocharges applications by storing data closer to processing logic, which reduces latency and increases throughput.
Available as a Java library, you simply add Infinispan to your application dependencies and then you’re ready to store data in the same memory space as the executing code.
If you want to provision a data layer that is independent of your applications, you can use Infinispan Server for remote access to data with in-memory performance. Clients are a single network hop away from data through consistent hashing techniques and can make requests over HTTP or with a custom binary TCP protocol called Hot Rod.
Learn MoreInfinispan provides trusted open-source technology to deliver scalability to meet workload demands and reduce resource utilization. At the same time, Infinispan distributes your data across clusters so no single point of failure causes data loss.
One popular use for Infinispan is as a shared store for stateful data, such as user HTTP sessions. Applications can stay lightweight and avoid heap usage by externalizing sessions to Infinispan clusters, which act as an independent data layer.
Learn MoreInfinispan clusters running in different geographical locations can form global clusters to back up your data across sites. If sites go offline clients can immediately switch to an available cluster, making sure data center faults do not cause service interruptions.
When using the Infinispan Operator with Kubernetes environments such as Red Hat OpenShift, cross-site replication capabilities make your data ready for hybrid and multi cloud deployments.
Infinispan also guarantees data consistency when using cross-site replication, even in cases where clients make concurrent writes at different locations that use asynchronous replication. So your data is always there and always accurate, no matter where you’re running.
Learn MoreMarch 22, 2022
By Vittorio Rigamonti
hotrod .Net Core client C# listener cluster failover
Dear Infinispanners and .NET Core lovers, we’re pleased to annouce the new release of the .NET Core client. Release 0.0.3-beta comes with a bunch of new features: remote event listener. cluster failover configuration. TLS with server cert verification. some ...
January 21, 2022
By Vittorio Rigamonti
hotrod .Net Core client C# query query
Dear Infinispanners and .NET Core lovers, Time has passed, keys have been pressed and features have been implemented since we presented, some months ago, the new .NET core client project. To show you our progress with the project we’ve decided to write a demo/tutori...
December 23, 2021
By Ryan Emerson
Dear Infinispan community, We’ve just released 13.0.5.Final, 12.1.10.Final and 11.0.14.Final to address the latest CVEs that affect log4j-core (CVE-2021-45046, CVE-2021-45105). Additionally, we have released upgraded versions of the Infinispan Operator to match the ...