mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #81] Class 'Redis' not found on 0.3.0 #678
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#678
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mzch on GitHub (Sep 27, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/81
Updating to 0.3.0, the following error occurred.
@willbrowningme commented on GitHub (Sep 27, 2020):
You need to make sure that you have installed the
php-redismodule as mentioned in the release notes.This can usually be done by running
sudo apt install php-redisor installing the extension via PECL.From the Laravel docs:
@mzch commented on GitHub (Sep 27, 2020):
Oh, I failed to notice it. Thanks! 👍