describe('GEORADIUSBYMEMBER_RO WITH', () => {
    it('transformArguments', () => {
        const expectedReply: RedisCommandArguments = ['GEORADIUSBYMEMBER_RO', 'key', 'member', '3', 'm', 'WITHDIST'];
        expectedReply.preserve = ['WITHDIST'];