lholecek / greenwave

Forked from greenwave 6 years ago
Clone

6943b1e use the SHA1 mangler when initializing the cache

Authored and Committed by mjia 6 years ago
    use the SHA1 mangler when initializing the cache
    
    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 "ff9de47a58ea967111b36a5c8a94eab51c4bc4ef".
    
        
file modified
+2 -1