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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

  11. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  30. 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
  31. def monitor[F[_]](implicit arg0: Functor[F], I: Inject[ServerAlgebra, F]): Free[F, Stream[ByteString]]

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

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

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

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

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

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

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

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

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

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

  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InjectFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped