PyKV.search_key()

데이터베이스에서 값에 특정 검색어가 포함된 키-값 쌍의 리스트를 반환합니다.

구문

pyKV.search_key(searchString)

매개변수

searchStringstr

데이터베이스에서 검색할 키-값 쌍의 키

반환값

list[dict] - 키에 searchString가 포함된 키-값 쌍의 리스트를 반환합니다.