1.0.2
Includes these commits:
-Add link to built-in attributes in comments.
-Add check when adding custom attribute with same key as built-in attribute. Fix formatting. Fix null check in user builder.
-Update Javadoc when setting custom attributes for users.
-Added: - Configuration options to set the Jedis pool connection and socket timeouts in the RedisFeatureStore. - Support for 3 modes of RedisFeatureStore local cache behaviour; default evict, refresh and async refresh. - A RedisFeatureStoreBuilder with it's own builder. Deprecated the old constructors for the RedisFeatureStore. - Tests for the RedisFeatureStoreBuilder.
-Added a TestFeatureStore which helps programatically flip flag values on or off with a public API.
-Add a new method allFlags that returns the set of all feature flags for a given user.