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

io.github.sinri.keel.redis.mixin.RedisBitMixin 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 RedisBitMixin extends RedisApiMixin {
    // TODO
    //  BITCOUNT key [start end]
    //  BITFIELD key [GET type offset] [SET type offset value] [INCRBY type offset increment] [OVERFLOW WRAP|SAT|FAIL]
    //  BITOP operation destkey key [key ...]
    //  BITPOS key bit [start] [end]
    //  GETBIT key offset
    //  SETBIT key offset value
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy