Home
last modified time | relevance | path

Searched refs:sPop (Results 1 – 14 of 14) sorted by relevance

/dports/databases/pecl-redis/redis-5.3.5/
H A Dphp_redis.h99 PHP_METHOD(Redis, sPop);
H A Dredis.c396 PHP_ME(Redis, sPop, arginfo_key, ZEND_ACC_PUBLIC)
1648 PHP_METHOD(Redis, sPop) in PHP_METHOD() argument
H A DREADME.markdown2289 * [sPop](#spop) - Remove and return one or more members of a set at random
2560 ### sPop subsection
2577 $redis->sPop('key1'); /* 'member1', 'key1' => {'member3', 'member2'} */
2578 $redis->sPop('key1'); /* 'member3', 'key1' => {'member2'} */
2582 $redis->sPop('key2', 3); /* Will return all members but in no particular order */
/dports/databases/pecl-redis/redis-5.3.5/tests/
H A DRedisTest.php1293 $v0 = $this->redis->sPop('set0');
1296 $v1 = $this->redis->sPop('set0');
1319 $ret = $this->redis->sPop($set, $i);
3230 ->sPop('{s}key2')
3446 ->sPop($key)
3567 ->sPop($key)
3817 ->sPop($key)
3932 ->sPop($key)
4041 $this->assertEquals(FALSE, $this->redis->sPop($key));
4101 $this->assertEquals(FALSE, $this->redis->sPop($key));
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-redis/redis/
H A Dcommands_test.go1971 sPop := client.SPop("set")
1972 Expect(sPop.Err()).NotTo(HaveOccurred())
1973 Expect(sPop.Val()).NotTo(Equal(""))
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/go-redis/redis/v7/
H A Dcommands_test.go2050 sPop := client.SPop("set")
2051 Expect(sPop.Err()).NotTo(HaveOccurred())
2052 Expect(sPop.Val()).NotTo(Equal(""))
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-redis/redis/v7/
H A Dcommands_test.go2050 sPop := client.SPop("set")
2051 Expect(sPop.Err()).NotTo(HaveOccurred())
2052 Expect(sPop.Val()).NotTo(Equal(""))
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_coro.cc1781 static PHP_METHOD(swoole_redis_coro, sPop);
1956 PHP_ME(swoole_redis_coro, sPop, arginfo_swoole_redis_coro_sPop, ZEND_ACC_PUBLIC)
2930 static PHP_METHOD(swoole_redis_coro, sPop) { in PHP_METHOD() argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2160 sPop := client.SPop(ctx, "set")
2161 Expect(sPop.Err()).NotTo(HaveOccurred())
2162 Expect(sPop.Val()).NotTo(Equal(""))
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2160 sPop := client.SPop(ctx, "set")
2161 Expect(sPop.Err()).NotTo(HaveOccurred())
2162 Expect(sPop.Val()).NotTo(Equal(""))
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2091 sPop := client.SPop(ctx, "set")
2092 Expect(sPop.Err()).NotTo(HaveOccurred())
2093 Expect(sPop.Val()).NotTo(Equal(""))
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2461 sPop := client.SPop(ctx, "set")
2462 Expect(sPop.Err()).NotTo(HaveOccurred())
2463 Expect(sPop.Val()).NotTo(Equal(""))
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2468 sPop := client.SPop(ctx, "set")
2469 Expect(sPop.Err()).NotTo(HaveOccurred())
2470 Expect(sPop.Val()).NotTo(Equal(""))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2583 sPop := client.SPop(ctx, "set")
2584 Expect(sPop.Err()).NotTo(HaveOccurred())
2585 Expect(sPop.Val()).NotTo(Equal(""))