Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-14918

Redis-based LockManager

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 6.0
    • Component/s: Redis
    • Upgrade notes:
      Hide

      To activate the Redis-based LockManager for a given repository, use:

      <extension target="org.nuxeo.ecm.core.storage.lock.LockManagerService" point="lockmanager">
      <lockmanager name="default" class="org.nuxeo.ecm.core.storage.redis.RedisLockManager" />
      </extension>

      This assumes of course that Redis has been configured, see NXP-12375 for nuxeo.conf parameters, or simply use the following (which is independent of the WorkManager configuration to use Redis):

      <extension target="org.nuxeo.ecm.core.redis.RedisService" point="configuration">
      <redis>
      <host>localhost</host>
      </redis>
      </extension>

      Show
      To activate the Redis-based LockManager for a given repository, use: <extension target="org.nuxeo.ecm.core.storage.lock.LockManagerService" point="lockmanager"> <lockmanager name="default" class="org.nuxeo.ecm.core.storage.redis.RedisLockManager" /> </extension> This assumes of course that Redis has been configured, see NXP-12375 for nuxeo.conf parameters, or simply use the following (which is independent of the WorkManager configuration to use Redis): <extension target="org.nuxeo.ecm.core.redis.RedisService" point="configuration"> <redis> <host>localhost</host> </redis> </extension>

      Description

      LockManager implementation based on Redis.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: