Home
last modified time | relevance | path

Searched refs:hexists (Results 26 – 50 of 85) sorted by relevance

1234

/dports/devel/p5-Test-Mock-Redis/Test-Mock-Redis-0.22/
H A DChanges15 - fix for hexists return value (Chris Reinhardt)
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dredismod.py268 def hexists(key, field, host=None, port=None, db=None, password=None): function
281 return server.hexists(key, field)
/dports/databases/py-aioredis/aioredis-1.3.1/aioredis/commands/
H A Dhash.py22 def hexists(self, key, field): member in HashCommandsMixin
/dports/databases/redis-devel/redis-0e5b813/tests/unit/type/
H A Dhash.tcl454 lappend rv [r hexists smallhash $k]
455 lappend rv [r hexists smallhash nokey]
457 lappend rv [r hexists bighash $k]
458 lappend rv [r hexists bighash nokey]
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Digi-merge.ll297 global(hexists)
303 if (and(hexists,husband(fam2))) {
379 set(hexists,1)
381 else { set(hexists,0) }
/dports/devel/p5-Test-Mock-Redis/Test-Mock-Redis-0.22/lib/Test/Mock/
H A DRedis.pm800 sub hexists { subroutine
814 my $ret = $self->hexists($key, $hkey);
829 if $self->hexists($key, $hkey) # it exists
/dports/devel/poco/poco-1.10.1-all/Redis/include/Poco/Redis/
H A DCommand.h96 static Command hexists(const std::string& hash, const std::string& field);
/dports/devel/poco/poco-1.10.1-all/Redis/testsuite/src/
H A DRedisTest.cpp451 Command hexists = Command::hexists("myhash", "field1"); in testHEXISTS() local
454 Poco::Int64 result = _redis.execute<Poco::Int64>(hexists); in testHEXISTS()
462 hexists = Command::hexists("myhash", "field2"); in testHEXISTS()
465 Poco::Int64 result = _redis.execute<Poco::Int64>(hexists); in testHEXISTS()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/redis-0.17.0/tests/
H A Dtest_basic.rs693 assert_eq!(con.hexists("my_hash", "f2"), Ok(true)); in test_nice_hash_api()
695 assert_eq!(con.hexists("my_hash", "f2"), Ok(false)); in test_nice_hash_api()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_command.go1124 hexists
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_command.go1124 hexists
/dports/net/storj/storj-1.45.3/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_command.go1124 hexists
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_command.go1124 hexists
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/redis-0.10.0/tests/
H A Dtest_basic.rs701 assert_eq!(con.hexists("my_hash", "f2"), Ok(true)); in test_nice_hash_api()
703 assert_eq!(con.hexists("my_hash", "f2"), Ok(false)); in test_nice_hash_api()
/dports/databases/p5-RedisDB/RedisDB-2.53/lib/RedisDB/
H A DCluster.pm36 hexists => 1,
/dports/databases/redis5/redis-5.0.14/tests/support/
H A Dcluster.tcl32 hgetall hexists hscan incrby decrby incrbyfloat getset move
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dredis_cluster.cpp395 bool RedisCluster::hexists(const StringView &key, const StringView &field) { in hexists() function in sw::redis::RedisCluster
396 auto reply = command(cmd::hexists, key, field); in hexists()
H A Dredis.cpp497 bool Redis::hexists(const StringView &key, const StringView &field) { in hexists() function in sw::redis::Redis
498 auto reply = command(cmd::hexists, key, field); in hexists()
/dports/databases/redis6/redis-6.0.16/tests/support/
H A Dcluster.tcl32 hgetall hexists hscan incrby decrby incrbyfloat getset move
/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_cluster.h168 PHP_METHOD(RedisCluster, hexists);
/dports/databases/redis-devel/redis-0e5b813/tests/support/
H A Dcluster.tcl33 hgetall hexists hscan incrby decrby incrbyfloat getset move
/dports/devel/py-rq-scheduler/rq-scheduler-0.11.0/rq_scheduler/
H A Dscheduler.py64 not self.connection.hexists(self.key, 'death'):
/dports/databases/p5-RedisDB/RedisDB-2.53/t/
H A Dredis_commands.t269 is $redis->hexists( 'thash', 'counter' ), 0, "HEXISTS == 0";
272 is $redis->hexists( 'thash', 'counter' ), 1, "HEXISTS == 1";
/dports/devel/poco/poco-1.10.1-all/Redis/src/
H A DCommand.cpp152 Command Command::hexists(const std::string& hash, const std::string& field) in hexists() function in Poco::Redis::Command
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/redis-cli/
H A D_redis-cli37 'hexists:determine if a hash field exists'

1234