You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to find a record by RegExp pattern of one of its bins. But to be honest i am getting all existing results in set instead of matched.
Reproducable result is here:
Expected result: received empty result
Actual result: received array of 3 results - all of the keys
I am not sure that my code is correct, by the way. By it is similar with the code that i get from the internet or other clients (c# and java), did not find any workable example for Nodejs.
I will be thankful for any comments on this issue
The text was updated successfully, but these errors were encountered:
I need to find a record by RegExp pattern of one of its bins. But to be honest i am getting all existing results in set instead of matched.
Reproducable result is here:
Expected result: received empty result
Actual result: received array of 3 results - all of the keys
I am not sure that my code is correct, by the way. By it is similar with the code that i get from the internet or other clients (c# and java), did not find any workable example for Nodejs.
I will be thankful for any comments on this issue
The text was updated successfully, but these errors were encountered: