Skip to content

Instantly share code, notes, and snippets.

@slow-is-fast
Created November 25, 2017 15:28
Show Gist options
  • Select an option

  • Save slow-is-fast/607eb9686cd33a555ee53b6c974acfad to your computer and use it in GitHub Desktop.

Select an option

Save slow-is-fast/607eb9686cd33a555ee53b6c974acfad to your computer and use it in GitHub Desktop.
  • install predis/predis

  • use Illuminate\Support\Facades\Redis; don't use Redis directly.

@slow-is-fast

slow-is-fast commented Nov 25, 2017

Copy link
Copy Markdown
Author

use Illuminate\Support\Facades\Redis; don't use Redis directly.
or will throw Exception below:
Error: Non-static method Redis::command() cannot be called statically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment