Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-15288

OfferFunction create list with wrong order if first==true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 15.0.0.Final
    • None
    • RESP
    • None

      Command:

      redis.lpush("people2", "william", "jose", "pedro");

      create a new list with wrong order

      "william", "jose", "pedro"

      instead of

      "pedro", "jose", "william"

            vrigamon@redhat.com Vittorio Rigamonti
            vrigamon@redhat.com Vittorio Rigamonti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: