~alexlawn/php-redis/alex-redis-hmget

« back to all changes in this revision

Viewing changes to cluster_library.h

  • Committer: GitHub
  • Author(s): Pavlo Yatsukhnenko
  • Date: 2016-09-06 17:49:48 UTC
  • mfrom: (526.2.4)
  • Revision ID: git-v1:8eae7ec092be67cbda5e47d95bd42d5b082116ca
Merge pull request #939 from yatsukhnenko/develop

WIP: php7 compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
    int argc;
304
304
 
305
305
    /* The full command, built into cmd, and args as we aggregate */
306
 
    smart_str cmd;
307
 
    smart_str args;
 
306
    smart_string cmd;
 
307
    smart_string args;
308
308
} clusterMultiCmd;
309
309
 
310
310
/* Hiredis like structure for processing any sort of reply Redis Cluster might
460
460
 
461
461
#endif
462
462
 
463
 
/* vim: set tabstop=4 softtabstops=4 noexpandtab shiftwidth=4: */
 
463
/* vim: set tabstop=4 softtabstop=4 expandtab shiftwidth=4: */