Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-7462

[RESP] Document transactional behavior differences compared to REDIS with deafult cache

XMLWordPrintable

    • False
    • None
    • False

      Transactions are not enabled with default respCache in order to achieve better performance. That results in different default behavior compared to Redis in regards to transactional operations (MULTI EXEC...) and should be document altogether with an example on how to achieve the same behavior.
       
      Example: Having one client running BLPOP list 0 and second client pushing and deleting the list within a transaction shouldn't unblock the first client

      In order to achieve the same behavior it's necessary to enable transaction batching with pessimistic locking.

              amehenda@redhat.com Ashwin Mehendale
              rhn-support-pdrobek Pavel Drobek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: