laravel-ide-helper: Does this not support Redis autocomplete?

Does this not support Redis autocomplete? I tried Cache, it can autocomplete, but not for Redis.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 20 (5 by maintainers)

Most upvoted comments

Instead of importing Redis Like use Illuminate\Support\Facades\Redis; import like following use Redis;

Now you will get auto complete

@barryvdh @shehi Sorry for that, I just missed to install predis/predis. Thanks for helping me.

I’m using phpStorm 2106.1

https://laravel.com/docs/5.2/redis

Before using Redis with Laravel, you will need to install the predis/predis package (~1.0) via Composer.

Just to be 100% sure, you did required the predis package?

But can you use the Redis class at all then? Don’t you need the Predis Client installed to be able to use that? That is why the check is there.

Okkk, please don’t 😃 Revert back to 10.x as we have standing bug in 2016.*. See #340 . I’d say close this issue until it’s fixed at Jetbrain’s end, but I will let @barryvdh decide that.