]> git.ipfire.org Git - thirdparty/asterisk.git/commit
db: Add AMI action to retrieve DB keys at prefix.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 11 Jul 2022 11:32:39 +0000 (11:32 +0000)
committerN A <mail@interlinked.x10host.com>
Mon, 18 Jul 2022 17:35:49 +0000 (12:35 -0500)
commit7bdab4e20695c37a9be22119624396391e21df05
tree6cb5e5d9aad28e38c6c08e81f2864939077b2828
parent75226a4b02027bf63ec222edec76a037c92703fb
db: Add AMI action to retrieve DB keys at prefix.

Adds the DBGetTree action, which can be used to
retrieve all of the DB keys beginning with a
particular prefix, similar to the capability
provided by the database show CLI command.

ASTERISK-30136 #close

Change-Id: I3be9425e53be71f24303fdd4d2923c14e84337e6
doc/CHANGES-staging/db_prefix.txt [new file with mode: 0644]
main/db.c