Home
last modified time | relevance | path

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

/dports/databases/pecl-redis/redis-5.3.5/
H A Dphp_redis.h94 PHP_METHOD(Redis, sInter);
H A Dredis.c391 PHP_ME(Redis, sInter, arginfo_nkeys, ZEND_ACC_PUBLIC)
1719 PHP_METHOD(Redis, sInter) { in PHP_METHOD() argument
H A DREADME.markdown2284 * [sInter](#sinter) - Intersect multiple sets
2400 ### sInter subsection
2428 var_dump($redis->sInter('key1', 'key2', 'key3'));
2444 _**Description**_: Performs a sInter command and stores the result in a new set.
2448 *Keys*: key1, key2... keyN. key1..keyN are intersected as in sInter.
/dports/databases/pecl-redis/redis-5.3.5/tests/
H A DRedisTest.php1548 $zt = $this->redis->sInter('{set}square', '{set}seq'); // prime squares
1559 $nil = $this->redis->sInter([]);
3221 ->sInter('{s}key1', '{s}key2')
3451 ->sInter($key, $dkey . 'skey2')
3571 ->sInter($key, $dkey . 'skey2')
3821 ->sInter($key, $dkey . 'skey2')
3936 ->sInter($key, $dkey . 'skey2')
4045 $this->assertEquals(FALSE, $this->redis->sInter($key, $dkey. 'skey2'));
4105 $this->assertEquals(FALSE, $this->redis->sInter($key, $dkey . 'skey2'));
4239 $this->assertEquals(FALSE, $this->redis->sInter($key, $dkey . 'skey2'));
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-redis/redis/
H A Dcommands_test.go1877 sInter := client.SInter("set1", "set2")
1878 Expect(sInter.Err()).NotTo(HaveOccurred())
1879 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/go-redis/redis/v7/
H A Dcommands_test.go1956 sInter := client.SInter("set1", "set2")
1957 Expect(sInter.Err()).NotTo(HaveOccurred())
1958 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-redis/redis/v7/
H A Dcommands_test.go1956 sInter := client.SInter("set1", "set2")
1957 Expect(sInter.Err()).NotTo(HaveOccurred())
1958 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_coro.cc1876 static PHP_METHOD(swoole_redis_coro, sInter);
2064 PHP_ME(swoole_redis_coro, sInter, arginfo_swoole_redis_coro_sInter, ZEND_ACC_PUBLIC)
2697 static PHP_METHOD(swoole_redis_coro, sInter) { in PHP_METHOD() argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2066 sInter := client.SInter(ctx, "set1", "set2")
2067 Expect(sInter.Err()).NotTo(HaveOccurred())
2068 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2066 sInter := client.SInter(ctx, "set1", "set2")
2067 Expect(sInter.Err()).NotTo(HaveOccurred())
2068 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go1997 sInter := client.SInter(ctx, "set1", "set2")
1998 Expect(sInter.Err()).NotTo(HaveOccurred())
1999 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2367 sInter := client.SInter(ctx, "set1", "set2")
2368 Expect(sInter.Err()).NotTo(HaveOccurred())
2369 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2374 sInter := client.SInter(ctx, "set1", "set2")
2375 Expect(sInter.Err()).NotTo(HaveOccurred())
2376 Expect(sInter.Val()).To(Equal([]string{"c"}))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2480 sInter := client.SInter(ctx, "set1", "set2")
2481 Expect(sInter.Err()).NotTo(HaveOccurred())
2482 Expect(sInter.Val()).To(Equal([]string{"c"}))