Hi,
How can i update existing redis key value? Like everytime i add collection data it updates the existing redis key value instead of deleting all the value of the key it will just append on the existing value. append() in redis itself exist while in phalcon dont. What will be the version of append in phalcon for redis?