Skip to content

Commit

Permalink
Perl regexp syntax for keva_filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianpingw committed Oct 5, 2020
1 parent 5e324ea commit eb31d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rpckeva_nonwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ UniValue keva_filter(const JSONRPCRequest& request)
"\nScan and list keys matching a regular expression.\n"
"\nArguments:\n"
"1. \"namespace\" (string) namespace Id\n"
"2. \"regexp\" (string, optional) filter keys with this regexp\n"
"2. \"regexp\" (string, optional) filter keys with this regexp, use Perl regexp syntax\n"
"3. \"maxage\" (numeric, optional, default=96000) only consider names updated in the last \"maxage\" blocks; 0 means all names\n"
"4. \"from\" (numeric, optional, default=0) return from this position onward; index starts at 0\n"
"5. \"nb\" (numeric, optional, default=0) return only \"nb\" entries; 0 means all\n"
Expand Down

0 comments on commit eb31d31

Please sign in to comment.