Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alfred support glob-style patterns?? #23

Open
cocodrino opened this issue Dec 7, 2012 · 1 comment
Open

alfred support glob-style patterns?? #23

cocodrino opened this issue Dec 7, 2012 · 1 comment

Comments

@cocodrino
Copy link

Hi!!..I'm using redis for a small app,,,now but I need a db which can be embedded...I'm using a lot glob-style patterns like:

h?llo matches hello, hallo and hxllo
h*llo matches hllo and heeeello
h[ae]llo matches hello and hallo, but not hillo

alfred support it??...thanks!!!!......

@pgte
Copy link
Owner

pgte commented Dec 9, 2012

Alfred supports all these with the in-memory indexes (not much tricks here, you're doing all of these in RAM with JS functions). If in-memory indexes are not for you, don't go with alfred.
Also, if you're looking into embedded DBs I'd look into some existing leveldb bindings.

Pedro

On Friday, December 7, 2012 at 10:45 PM, cocodrino wrote:

Hi!!..I'm using redis for a small app,,,now but I need a db which can be embedded...I'm using a lot glob-style patterns like:
h?llo matches hello, hallo and hxllo
h*llo matches hllo and heeeello
h[ae]llo matches hello and hallo, but not hillo
alfred support it??...thanks!!!!.....


Reply to this email directly or view it on GitHub (#23).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants