Git Product home page Git Product logo

phpssdb's People

Contributors

fingerqin avatar shen2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phpssdb's Issues

[important] project CLOSED!

Hi, every one.

The official PHP API is in the SSDB project, it is hard to keep this project up to date. So, this project should be closed.

Thanks.

While using with PHP responses are not returned to be useful

I installed running composer require from packagist
Below is my code snippet :
require '../vendor/autoload.php';
$ssdb = new SSDB\Client('127.0.0.1', 8888);
echo $ssdb->qsize("MYQUEUE_12"). "\n";
echo $ssdb->get("TOTALSENT"). "\n";

and I am getting the response like

qsize ok 0
get ok "10"

and I'm expecting like

0
10

If I'm not using it in correct way then let me know, or if there is a bug please fix that

怎么设置laravel4.2的默认session为ssdb?




ini_set('session.save_path', 'tcp://127.0.0.1:8888/');
ini_set('session.gc_maxlifetime', 3600);

$sessionHandler = new SSDB\SessionHandler();

session_set_save_handler($sessionHandler);

这段代码在laravel中怎么使用?

trouble with auth

file: src/Client.php

row: 102

need to replace the
if($auth !== true){

if($auth->data !== true){

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.