Can String be converted to set in redis?

how do I convert the original string type to the set type?

Mar.04,2021

cannot be converted directly and needs to be read and written by the program. You can use redis pipeline to reduce RTT, reduce the number of IO calls, and improve performance.

Menu