Home
last modified time | relevance | path

Searched refs:ZRemRangeByRank (Results 1 – 25 of 26) sorted by relevance

12

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Redis/
H A DIRedisNativeClient.cs153 int ZRemRangeByRank(string setId, int min, int max); in ZRemRangeByRank() method
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dcmd_zset.go265 n, err := c.db.ZRemRangeByRank(key, start, stop)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/ledis/
H A Dt_zset.go721 func (db *DB) ZRemRangeByRank(key []byte, start int, stop int) (int64, error) { func
/dports/net/traefik/traefik-2.6.1/vendor/gopkg.in/redis.v5/
H A Dcommands.go173 ZRemRangeByRank(key string, start, stop int64) *IntCmd methodSpec
1458 func (c *cmdable) ZRemRangeByRank(key string, start, stop int64) *IntCmd { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-redis/redis/
H A Dcommands.go195 ZRemRangeByRank(key string, start, stop int64) *IntCmd methodSpec
1523 func (c *cmdable) ZRemRangeByRank(key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go2738 zRemRangeByRank := client.ZRemRangeByRank("zset", 0, 1)
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/go-redis/redis/v7/
H A Dcommands.go221 ZRemRangeByRank(key string, start, stop int64) *IntCmd methodSpec
1919 func (c cmdable) ZRemRangeByRank(key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3115 zRemRangeByRank := client.ZRemRangeByRank("zset", 0, 1)
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-redis/redis/v7/
H A Dcommands.go221 ZRemRangeByRank(key string, start, stop int64) *IntCmd methodSpec
1919 func (c cmdable) ZRemRangeByRank(key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3115 zRemRangeByRank := client.ZRemRangeByRank("zset", 0, 1)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go252 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2066 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3225 zRemRangeByRank := client.ZRemRangeByRank(ctx, "zset", 0, 1)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go252 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2066 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3225 zRemRangeByRank := client.ZRemRangeByRank(ctx, "zset", 0, 1)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go249 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2025 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3156 zRemRangeByRank := client.ZRemRangeByRank(ctx, "zset", 0, 1)
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go254 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2140 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3526 zRemRangeByRank := client.ZRemRangeByRank(ctx, "zset", 0, 1)
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go255 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2151 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
H A Dcommands_test.go3560 zRemRangeByRank := client.ZRemRangeByRank(ctx, "zset", 0, 1)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go299 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2622 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go298 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2612 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go299 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2622 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go294 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2599 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go270 ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd methodSpec
2308 func (c cmdable) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *IntCmd { func

12