vetruvet / laravel-phpredis

Use phpredis as the redis connection in Laravel
Apache License 2.0
43 stars 9 forks source link

Getting false if key doesn't exist #9

Open Swanty opened 8 years ago

Swanty commented 8 years ago

phpredis returns false if a key does not exist, but without phpredis i get null if key does not exist

Swanty commented 8 years ago

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