Rename
case class Rename[K, NK](key: K, newkey: NK)(implicit redisKey: ByteStringSerializer[K], newKeySer: ByteStringSerializer[NK]) extends SimpleClusterKey[K] with RedisCommandStatusBoolean
- Source:
- Keys.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandStatus[Boolean]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any