| Package | Description |
|---|---|
| org.rarefiedredis.redis | |
| org.rarefiedredis.redis.adapter.jedis |
| Modifier and Type | Method and Description |
|---|---|
Long |
RedisMock.bitpos(String key,
long bit,
long... options) |
Long |
IRedisString.bitpos(String key,
long bit,
long... options)
Return the position of the first bit set to 0 or 1 in a string.
|
Long |
AbstractRedisClient.bitpos(String key,
long bit,
long... options) |
Long |
RedisMockClient.bitpos(String key,
long bit,
long... options) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AbstractJedisIRedisClient.bitpos(String key,
long bit,
long... options) |
Copyright © 2015. All rights reserved.