Open Swanty opened 8 years ago
phpredis returns false if a key does not exist, but without phpredis i get null if key does not exist
Also there is another laravel-phpredis that handles this, but it doesn't have sharding it seems? https://github.com/tillkruss/laravel-phpredis
I'm confused which one should I be using
phpredis returns false if a key does not exist, but without phpredis i get null if key does not exist