Guide to Publishing ASP.Net Core 6 WebAPI Apps on Google CloudRun (GCP) Step-by-step guide to publishing and using ASP.Net Core 6 WebAPI apps on Google Cloud Run
RedisJSON Using RedisJSON with NReJSON This blog covers how to use RedisJSON in your NetCore apps. It provides C# examples on creating JSON records, reading JSON data, Changing Values and and Executing Direct Redis Commands that are not implemented in the Redis Client.
RediSearch Returning Specific Fields You can make your queries more efficient by restricting the fields that are returned from your RediSearch queries. The example(s) in this article shows how to use the NRediSearch client to limit your results to specific fields.
RediSearch Processing Search Results This blog covers how to process results from RediSearch using the .NET Core client for RediSearch (NRediSearch). It simplifies the approach and generalizes it by using Generics .