b.on( 'match', function ( e, d, convert ) {
    log( '\n- data match:', e ? ' (Redis error)' : '' );
    log( util.inspect( convert( d ), false, 3, true ) );
} );