Blog - page 2

Stay up to date with the latest articles and news from Infinispan.

Infinispan RESP in action: Resque use case

January 19, 2024    Tags: demo use case resp redis

As you may know Infinispan 15 extended its RESP compatibility implementing most of the command related to the principal data types (set, list, hashes, sorted set…​). In this post we want to present a demo case of integration between a real application (Resque) a...

Infinispan Insights, securing Infinispan with Keycloak

January 09, 2024    Tags: tutorial security rbac authentication keycloak

Infinispan Insights: Securing Infinispan with Keycloak This tutorial shows you how to secure your Infinispan cluster using Keycloak. To understand the basics of Infinispan Security, check this blog post before. Key Points: Learn how to create a security realm in Keycl...

Infinispan Insights, security basics and secured caches

December 20, 2023    Tags: tutorial security rbac authentication

Infinispan Insights: Security basics and secured caches This article shows you how to secure your Infinispan cluster, protecting both cluster management and data access in various Infinispan caches Key Points: Learn how default authentication works in Infinispan Exp...

Infinispan 15.0.0.Dev06

December 14, 2023    Tags: release development

Redis endpoint The Redis endpoint now implements most of the core Redis commands and data structures (strings, sets, lists, hashes and sorted sets), as well as implementing clustering and CRC16 slots. kNN Vector search Infinispan can now perform indexed kNN vector sea...

Infinispan kNN Vector Search

December 13, 2023    Tags: search vector knn indexing embeddings

With Infinispan 15.0.0.Dev06, we have started to expose vector search capabilities using Infinispan’s indexed queries. Using the newly introduced kNN predicate, it is possible to find and order results by the k nearest neighbors of a given vector. Mapping the embe...

Reviving MongoDB cache store

May 04, 2023    Tags: cache store mongodb persistence

After a long period of inactivity, the MongoDB store is now back to life. It has been upgraded to work with Infinispan 15. Reactive MongoDB driver Since the Infinispan cache store API is now fully reactive, the store has also been modified to use the reactive MongoDB ...

Infinispan 15.0.0.Dev01

April 24, 2023    Tags: release development

Infinispan 15.0.0.Dev01 marks the beginning of a new development cycle, and there are a number of notable changes that we are making that deserve a detailed post. Bye bye, Java EE, Hello Jakarta EE We’ve made the decision to drop Java EE support completely and f...

Infinispan 14.0.7.Final

March 13, 2023    Tags: release development

We rarely do announcements for micro-releases, but 14.0.7.Final is a bit special, because it finally adds support for Spring 6 and Spring Boot 3. Spring Framework 6 and Spring Boot 3 We now ship components to support Spring Framework 6 and Spring Boot 3: <depend...

Tags
See All