Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory now uses new NullSerializer #273

Merged
merged 1 commit into from
Jun 17, 2017

Conversation

argaen
Copy link
Member

@argaen argaen commented Jun 17, 2017

Memory is a special case and doesn't need a serializer
because anything can be stored in memory. Created a new
NullSerializer that does nothing which is the default
that SimpleMemoryCache will use now.

Closes #269

Memory is a special case and doesn't need a serializer
because anything can be stored in memory. Created a new
NullSerializer that does nothing which is the default
that SimpleMemoryCache will use now.
@codecov-io
Copy link

Codecov Report

Merging #273 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   99.17%   99.18%   +0.01%     
==========================================
  Files          13       13              
  Lines         850      861      +11     
  Branches       89       89              
==========================================
+ Hits          843      854      +11     
  Misses          7        7
Impacted Files Coverage Δ
aiocache/decorators.py 100% <ø> (ø) ⬆️
aiocache/backends/memcached.py 100% <100%> (ø) ⬆️
aiocache/backends/memory.py 100% <100%> (ø) ⬆️
aiocache/serializers.py 91.66% <100%> (+1.66%) ⬆️
aiocache/backends/redis.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1701228...f55c957. Read the comment docs.

@argaen argaen merged commit 1de445d into master Jun 17, 2017
@argaen argaen deleted the feature_#269/default_serializer_class branch June 17, 2017 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants