Binary compatibility report for the credis library  between 0.2.3 and current versions on x86

Test Info


Library Namecredis
Version #10.2.3
Version #2current
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types76 / 28
VerdictIncompatible
(0.7%)

Problem Summary


SeverityCount
Added Symbols-17
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium2
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-1

Added Symbols (17)


credis.h, libcredis.so.0.3.0
credis_echo REDIS rhnd, char const* message, char** reply )
credis_getrange REDIS rhnd, char const* key, int start, int end, char** substr )
credis_hget REDIS rhnd, char const* key, char const* field, char** value )
credis_hkeys REDIS rhnd, char const* key, char*** fieldv )
credis_hlen REDIS rhnd, char const* key )
credis_hmget REDIS rhnd, char const* key, int fieldc, char const** fieldv, char*** valv )
credis_hset REDIS rhnd, char const* key, char const* field, char const* value )
credis_listen REDIS rhnd, char** pattern, char** channel, char** message )
credis_psubscribe REDIS rhnd, char const* pattern )
credis_publish REDIS rhnd, char const* channel, char const* message )
credis_punsubscribe REDIS rhnd, char const* pattern )
credis_quit REDIS rhnd )
credis_setex REDIS rhnd, char const* key, char const* val, int seconds )
credis_subscribe REDIS rhnd, char const* channel )
credis_unsubscribe REDIS rhnd, char const* channel )
credis_zrangebyscore REDIS rhnd, char const* key, double min, double max, char*** elementv )
credis_zrevrangebyscore REDIS rhnd, char const* key, double max, double min, char*** elementv )

to the top

Problems with Data Types, Medium Severity (2)


credis.h
[+] struct _cr_info (2)

to the top

Problems with Data Types, Low Severity (1)


credis.h
[+] struct _cr_info (1)

to the top

Other Changes in Constants (1)


credis.h
[+] CREDIS_ERR_PUBSUB

to the top

Header Files (1)


credis.h

to the top

Shared Libraries (1)


libcredis.so

to the top




Generated on Fri Mar 20 22:18:32 2015 for credis by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API