Giter VIP home page Giter VIP logo

rediscache's People

Contributors

amitavroy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

pimenlabs

rediscache's Issues

Connection refused [tcp://127.0.0.1:6379]

Hi, im getting connection ""Connection refused [tcp://127.0.0.1:6379]"" if i try to use rediscache facade, if i do it using laravel facade works fine.

Heres my docker-compos.yml:

v2 syntax

version: '2'

Named volumes

volumes:

MySQL Data

mysql-data:
driver: local
services:
mysql:
image: mysql:5.7
container_name: mysql-test
volumes:
- mysql-data:/var/lib/mysql
ports:
- "3336:3306"
environment:
- MYSQL_ROOT_PASSWORD=######
- MYSQL_DATABASE=#######
- MYSQL_USER=#####
- MYSQL_PASSWORD=######
redis:
container_name: redis-test
image: redis:latest
ports:
- "6379:6379"
app:
image: ambientum/php:7.1-caddy
container_name: app-test
volumes:
- .:/var/www/app
ports:
- "80:8080"
links:
- mysql
- redis

and heres my .env redis config:

REDIS_HOST=redis
REDIS_PORT=6379

ps: when i went to the rediscache library, opened the rediscache.php config file i saw this:
'post' => env('REDIS_PORT', 6379),
this index 'post' is correct? or it should be 'port'?

thanks for your time!

Ability to get back collection

When a user is sending a collection object. Then in return, it should get back a collection. This is helpful when we have code which utilises available collection methods on the data available from cache.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.