
I want all idbclients, whats it script form redis cli?

I want all idbclients, whats it script form redis cli?
Take a look at http://redis.io/commands where you'll find all commands. It's worth to have a good feeling for them before using a GUI. Selecting a number of keys with a pattern is documented at http://redis.io/commands/keys.
So in your case simply call keys urn:idbclients:* in the CLI (or if you're scripting then run this command from inside your script using your client library).