Skip to content

Subcommand TRACKING not supported #2139

@theyueli

Description

@theyueli

Probably this is the first issue to resolve towards integration with relay (a php cache)

After installing relay properly for php, create a test file

$ cat test.php
<?php

$relay = new \Relay\Relay(host: '127.0.0.1');
var_dump($relay->ping('hello'));

Launch DF, and execute the script

$ php ./test.php

will return

bool(false)

meanwhile, DF logs:

E20231106 11:53:40.836475 2183706 server_family.cc:1210] Subcommand TRACKING not supported

when Redis was launched, executing the script produces

$ php ./test.php
string(5) "hello"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions