Smove
case class Smove[KS, KD, V](source: KS, destination: KD, member: V)(implicit redisSource: ByteStringSerializer[KS], redisDest: ByteStringSerializer[KD], convert: ByteStringSerializer[V]) extends RedisCommandIntegerBoolean
- Source:
- Sets.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandInteger[Boolean]
class Object
trait Matchable
class Any