Redis-backed service for fast autocompleting. PHP port of Soulmate.
Stars
3
Forks
2
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
32
commits
Update CHANGELOG & bump version (1.0.1).
d199742
Fix autoload paths for bin CLI.
76c1992
Fix getCachePrefix() method return value.
a7b867c
Fix getCachePrefix() return value.
1f3ac22
Initial README.
9eb5268
Extract Redis connection resolving functionality into a trait and reuse it.
0dbe5c5
Internal namespace changes.
fa6920e
Add missing code comments.
920741d
Add getters/setters for index names.
4c773e6
Fix namespace typo.
c1a90d3
Add LICENSE file.
12d7dfd
Add command-line tool to composer bin directive.
8a81d6e
Improve matcher tests.
d25a496
Rename test's test.conf -> redis.conf.
b6cf6cd
Fix word filtering for matcher.
999109c