I have a Set named 'Projects' with many key-value pairs, and I want to get one of the values by providing its key. I checked redis doc, but I only found how to get the whole set. Is it possible to simply get a single value by providing its key?
source share