Packages

package redis

Type Members

  1. class RedisSnapshotStore extends SnapshotStore

    Stores snapshots inside a redis database.

    Stores snapshots inside a redis database.

    For each persistence identifier persistenceId, it creates one key, namely: snapshot:persistenceId that contains the ordered set of snapshot data. The data order is the one of sequenceId.

Ungrouped