io.github.sinri.keel.redis.mixin.RedisSetMixin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Keel Show documentation
Show all versions of Keel Show documentation
A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.
The newest version!
package io.github.sinri.keel.redis.mixin;
public interface RedisSetMixin extends RedisApiMixin {
// TODO
// SADD key member [member ...]
// SCARD key
// SDIFF key [key ...]
// SDIFFSTORE destination key [key ...]
// SINTER key [key ...]
// SINTERSTORE destination key [key ...]
// SISMEMBER key member
// SMEMBERS key
// SMISMEMBER key member [member ...]
// SMOVE source destination member
// SPOP key [count]
// SRANDMEMBER key [count]
// SREM key member [member ...]
// SSCAN key cursor [MATCH pattern] [COUNT count]
// SUNION key [key ...]
// SUNIONSTORE destination key [key ...]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy