[redisbleve](https://github.com/redismodule/redisbleve) * Create * [x] `ft.create index-name` * Insert * [x] `ft.index index-name doc-id doc-content` * Query * [x] `ft.query index-name query` * [ ] `ft.query index-name query LIMIT from size` * Delete * [ ] `ft.del index-name doc-id` * [ ] `ft.flush` * Misc * [x] `ft.count`