All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sinri.keel.redis.mixin.RedisSetMixin Maven / Gradle / Ivy

Go to download

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