#98 use the SHA1 mangler when initializing the cache
Merged by ralph. Opened by mjia.
mjia/greenwave use_sha1_as_key_mangler  into  master

Download 98.patch

This will coerces keys into a SHA1 hash so that we can store them into memcached.

For example, a key like "greenwave.resources:retrieve_results|{u'item': u'glibc-1.0-1.el7', u'type': u'koji_build'}"
will be coerced to "greenwave.resources:retrieve_results|ff9de47a58ea967111b36a5c8a94eab51c4bc4ef".

rebased onto 6943b1ec257bbc1d82432a9bd3bff8e163d7c24b

Pull-Request has been merged by ralph

Metadata