Package

com.redislabs.provider.redis

rdd

Permalink

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. trait Keys extends AnyRef

    Permalink
  2. class RedisKVRDD extends RDD[(String, String)] with Keys

    Permalink
  3. class RedisKeysRDD extends RDD[String] with Keys

    Permalink
  4. class RedisListRDD extends RDD[String] with Keys

    Permalink
  5. class RedisZSetRDD[T] extends RDD[T] with Keys

    Permalink
  6. case class ZSetContext(startPos: Long, endPos: Long, min: Double, max: Double, withScore: Boolean, typ: String) extends Product with Serializable

    Permalink

Value Members

  1. object Keys extends Keys

    Permalink

    Key utilities to avoid serialization issues.

Ungrouped