Package

com.hootsuite.akka.persistence.redis

journal

Permalink

package journal

Visibility
  1. Public
  2. All

Type Members

  1. case class Journal(sequenceNr: Long, persistentRepr: Array[Byte], deleted: Boolean) extends Product with Serializable

    Permalink

    Journal entry that can be serialized and deserialized to JSON JSON in turn is serialized to ByteString so it can be stored in Redis with Rediscala

  2. trait JournalExecutionContext extends AnyRef

    Permalink
  3. class RedisJournal extends AsyncWriteJournal with ActorLogging with DefaultRedisComponent with ByteArraySerializer with JournalExecutionContext

    Permalink

    Writes journals in Sorted Set, using SequenceNr as score.

    Writes journals in Sorted Set, using SequenceNr as score. Deprecated API's are not implemented which causes few TCK tests to fail.

Value Members

  1. object Journal extends Serializable

    Permalink

Ungrouped