﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13791	cache.add encodes values as utf-8, cache.set does not	Jeff Balogh	nobody	#11012 changed `cache.set` for the memcached backend to stop forcing `value.encode('utf-8')`, but `cache.add` still does encoding.  This means you receive a `unicode` object with `cache.set` and a `str` for the same object with `cache.add`.  Attached patch removes encoding from `cache.add`.		closed	Core (Cache system)	1.2		duplicate			Unreviewed	1	0	0	0	0	0
