Monday 

Room 4 

17:40 - 18:40 

(UTC±00

Talk (60 min)

Indexing, Searching, and Aggregation with RediSearch and .NET

Just about every developer who’s ever used Redis knows that it’s a blazingly fast in-memory data structure store. However, it’s traditionally had one major drawback, in order to access any data in Redis, you need to know exactly which key your data is stored in. This can make proper data modeling rather convoluted, but there’s good news. RediSearch, an Available Source Module of Redis, enables you to index, query, and aggregate over the objects you’ve stored in Redis. In this talk, we’ll talk about how to build indices, how to query objects stored in Redis, and how to aggregate the results of those queries, all using RediSearch and .NET.

Steve Lorello

An experienced polyglottic full-stack Software Engineer, Steve's worked on everything from video conferencing software to GPS satellites. Steve now works as the .NET Developer Advocate for Redis