Class QdbHashSet
An unordered set of blob in the database.
- QdbEntry
-
QdbHashSet
Example:
You get a QdbHashSet instance by calling QdbCluster::hashSet().
Then you can perform atomic operations on the set:
$hashSet = $cluster->hashSet('my hashSet'); $hashSet->insert('value'); $hasValue = $hashSet->contains('value');
public
boolean
|
|
public
boolean
|
|
public
boolean
|
alias(),
attachTag(),
detachTag(),
getTags(),
hasTag(),
remove()
|