Fix setting hash values
authorEd Bartosh <eduard.bartosh@intel.com>
Sun, 10 Aug 2014 21:14:47 +0000 (00:14 +0300)
committerLin A Yang <lin.a.yang@intel.com>
Wed, 13 Aug 2014 04:48:19 +0000 (07:48 +0300)
commitdadcc6993dfe5074e21784f831c992e3c449eeaf
tree995dcc692b98cf1433b762b92c0753c123f2a7b4
parentc3e28aa5c7a9e74c1e089a8f04c71cb1e34a9d5e
Fix setting hash values

As hmset call doesn't remove old values this fuctionality
worked incorrectly and old values were not removed.

For example, removing 'PrereleaseDir' from repos.yaml and loading
it to the database was not removing this field in Redis.

Fixes: #2070

Change-Id: Ida42bd2a24a128b0f82f67bcc2a3b3905ff49920
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
common/backenddb.py