, flushdb : function ( async, cback ) {
            if ( typeof async === 'function' ) return encode( 'FLUSHDB', null, async );
            else if ( async === true ) return encode( 'FLUSHDB', 'ASYNC', null, cback );
            return encode( 'FLUSHDB', null, cback );
        }