Blog - page 5

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

Infinispan 15.0.0.Dev06

December 14, 2023 Tristan Tarrant By Tristan Tarrant

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 Fabio Massimo Ercoli By Fabio Massimo Ercoli

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 Antonio Macrì By Antonio Macrì

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 Tristan Tarrant By Tristan Tarrant

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 Tristan Tarrant By Tristan Tarrant

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...

Infinispan 14 supporting duplicates on multimap

October 02, 2022 Yusuf Karadag By Yusuf Karadag

Dear Infinispan community, With the Infinispan 14 development release 04 multimap cache supports duplicates. By default supportsDuplicates is set to false and can be configured during initialization. The following is an example on how you can set multimap to support d...

Infinispan 14.0.0.Final

September 29, 2022 Tristan Tarrant By Tristan Tarrant

Flying saucers are probably the most common type of UFO. They are sleek and shiny and, most importantly, they come in peace bringing lots of goodies from outer space! Just like Infinispan 14! Oh, and the fact that it’s also the name of a beer is no sheer coincidence. ...

Infinispan Node.js client supports query

September 25, 2022 Neeraj Gartia By Neeraj Gartia

Node.js Client 0.10.0 Infinispan Node.js client version 0.10.0 was released last week with added support of query with application/x-protostream data format. Up until now, our Node.js client only supported text/plain and application/json data formats. application/x-protos...

Tags
See All