Commit History

Author SHA1 Message Date
  Daniele Alessandri 583b924085 Add the ability for the client to send raw commands to Redis. 11 years ago
  Daniele Alessandri 3c77d3b0c1 Update examples. 11 years ago
  Daniele Alessandri e049db124c By convention all of the Redis command identifiers are uppercase. 11 years ago
  Daniele Alessandri b2e0dc62fe [tests] Fix dumb mistake when running tests with older profiles. 11 years ago
  Daniele Alessandri f7ff65e0fa Merge branch 'v0.9/test-suite-improvements' 11 years ago
  Daniele Alessandri b253bdc41e [tests] Improve the basic framework of our test suite. 11 years ago
  Daniele Alessandri 5d7f297110 Send ASKING command when redis-cluster returns a -ASK response. 11 years ago
  Daniele Alessandri 7f690cb62e [tests] Add a PHPUnit constraint to verify commands. 11 years ago
  Daniele Alessandri cb3cd050ab Update CHANGELOG. 11 years ago
  Daniele Alessandri c4e0d9df92 Update CHANGELOG. 11 years ago
  Daniele Alessandri 41ea336175 [tests] Update tests for Predis\Command\Command. 11 years ago
  Daniele Alessandri 5d40b85f10 Update CHANGELOG. 11 years ago
  Daniele Alessandri b7ac108d43 Merge branch 'v0.9/commands' 11 years ago
  Daniele Alessandri cf581a3b49 Add new command class useful to execute "raw" Redis commands. 11 years ago
  Daniele Alessandri bb4b8c3c35 Fix phpdoc. 11 years ago
  Daniele Alessandri 09895f27bf Rename command class for scripting to Predis\Command\ScriptCommand. 11 years ago
  Daniele Alessandri 980edf2f7b Rename base command class to Predis\Command\Command. 11 years ago
  Daniele Alessandri c8e20e428a Remove interface defining objects aware of command processing. 11 years ago
  Daniele Alessandri 7a56856d46 Make option "prefix" accept command processor instances. 11 years ago
  Daniele Alessandri fc4e279b9a [tests] Fix tests on PHP 5.3. 11 years ago
  Daniele Alessandri 09b0750cb7 [tests] Improve tests of TTL. 11 years ago
  Daniele Alessandri d52daacba9 [tests] Improve base command test case. 11 years ago
  Daniele Alessandri 00247abc50 [tests] Add missing tests for SETNX. 11 years ago
  Daniele Alessandri 862da9a3b2 [tests] Add "count" argument to SRANDMEMBER (since Redis >= 2.6). 11 years ago
  Daniele Alessandri d6173bb33b Merge branch 'v0.9/external-prefixer' 11 years ago
  Daniele Alessandri d0b431016d Move key prefixing logic from command classes to prefix processor. 11 years ago
  Daniele Alessandri 5856bde198 Fix phpdoc. 11 years ago
  Daniele Alessandri 4840736503 Apply some minor internal changes to concrete connection classes. 11 years ago
  Daniele Alessandri 2d39408c0f Add a method to the pipeline to fetch the connection from the client. 11 years ago
  Daniele Alessandri 374101cfc3 Apply minor change. 11 years ago