mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
func_db: Add function to return cardinality at prefix
Adds the DB_KEYCOUNT function, which can be used to retrieve the number of keys at a given prefix in AstDB. ASTERISK-29968 #close Change-Id: Ib2393b77b7e962dbaae6192f8576bc3f6ba92d09
This commit is contained in:
committed by
Joshua Colp
parent
d1c23c2cec
commit
d75da1de1f
6
doc/CHANGES-staging/func_db.txt
Normal file
6
doc/CHANGES-staging/func_db.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Subject: func_db
|
||||
|
||||
The function DB_KEYCOUNT has been added, which
|
||||
returns the cardinality of the keys at a specified
|
||||
prefix in AstDB, i.e. the number of keys at a
|
||||
given prefix.
|
||||
Reference in New Issue
Block a user