redis.algebra

ServerFunctions

trait ServerFunctions extends InjectFunctions

Linear Supertypes
InjectFunctions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ServerFunctions
  2. InjectFunctions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bgrewriteaof[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  8. def bgsave[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  9. def clientgetname[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Option[ByteString]]

  10. def clientkill[F[_]](ip: ByteString, port: Int)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  11. def clientlist[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Seq[ByteString]]

  12. def clientsetname[F[_]](name: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def configget[F[_]](parameter: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Seq[ByteString]]

  15. def configresetstat[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  16. def configrewrite[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  17. def configset[F[_]](parameter: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  18. def dbsize[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Short]

  19. def debugobject[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  20. def debugsegfault[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def flushall[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  25. def flushdb[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. def info[F[_]](section: Option[ByteString] = None)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, ByteString]

  29. def inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]

    Definition Classes
    InjectFunctions
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def lastsave[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Seconds]

  32. def match_[F[_], G[_], A](fa: Free[F, A])(implicit F: Functor[F], I: Inject[G, F]): Option[G[Free[F, A]]]

    Definition Classes
    InjectFunctions
  33. def monitor[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Stream[ByteString]]

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def save[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  38. def shutdown[F[_]](save: Option[Boolean] = None)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  39. def slaveof[F[_]](master: Master)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Status]

  40. def slowlog[F[_]](subcommand: SlowlogSubcommand)(implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, SlowlogResult]

  41. def sync[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Unit]

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def time[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, (Seconds, Microseconds)]

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InjectFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped