Utilizing RESP to hyperlink Valkey to code
.NET Aspire’s present Redis consumer will work with Valkey; all you want to do is be certain that you’re utilizing the proper connectionName
. Microsoft offers Aspire implementation particulars for 3 totally different Valkey eventualities: commonplace cache, distributed cache, and output cache. The documentation isn’t fairly full, because it usually refers to Redis fairly than Valkey, however Aspire treats the 2 interchangeably so it’s not too obscure what to do and when.
One other benefit to utilizing Valkey with Aspire: You may reap the benefits of Aspire’s observability instruments, well being checks, logging, and its built-in developer dashboard to observe operations—together with your cache. Having instruments that handle software well being is vital, particularly when constructing the distributed, cloud-native functions that depend on providers like Valkey.
As Valkey continues to diverge from Redis, it’s value maintaining a tally of each tasks, as every will deal with totally different use instances and help totally different software architectures. For now, nevertheless, because of RESP, they can be utilized comparatively interchangeably, permitting you to decide on one or the opposite and swap to whichever works finest for you and your mission. With fundamental help in each AKS and .NET Aspire, and a serious new launch of Valkey across the nook, it’s an appropriate time to offer it a strive.