Hi, is there any way to use a set type by using Phalcon\Cache\Backend\Redis ? I found i could use save() to set a string value. How can i save a set type value? Is there any functions in phalcon to implement commands SADD, SINTER in redis ?
Thanks for your help.